wmshutdown: Bump to version 1.6
[dockapps.git] / wmSMPmon / wmSMPmon / general.h
blob49b29b1467619995c505e63d38d54d03fe68a763
1 #ifndef WMSMP_GENERAL_H
2 #define WMSMP_GENERAL_H
4 /*###### Definitions for general utility functions #######################*/
6 void bye_bye (int eno, const char *str);
8 const char *fmtmk (const char *fmts, ...);
10 void std_err (const char *str);
12 void *alloc_c (unsigned numb);
14 #endif /* WMSMP_GENERAL_H */