dockapps/wmSMPmon-3.1/wmSMPmon/general.h
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
I tried to get the latest versions from dockapps.org, but I haven't
tested any of them.

More dockapps will be added as time permits.
2011-03-25 19:45:13 +01:00

15 lines
307 B
C

#ifndef WMSMP_GENERAL_H
#define WMSMP_GENERAL_H
/*###### Definitions for general utility functions #######################*/
void bye_bye (int eno, const char *str);
const char *fmtmk (const char *fmts, ...);
void std_err (const char *str);
void *alloc_c (unsigned numb);
#endif /* WMSMP_GENERAL_H */