mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
17 lines
681 B
C
17 lines
681 B
C
|
#ifndef MC__TEMPLATE_H
|
||
|
#define MC__TEMPLATE_H
|
||
|
|
||
|
/*** typedefs(not structures) and defined constants **********************************************/
|
||
|
|
||
|
/*** enums ***************************************************************************************/
|
||
|
|
||
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
||
|
|
||
|
/*** global variables defined in .c file *********************************************************/
|
||
|
|
||
|
/*** declarations of public functions ************************************************************/
|
||
|
|
||
|
/*** inline functions ****************************************************************************/
|
||
|
|
||
|
#endif /* MC__TEMPLATE_H */
|