msgba/include/msgba/global.h

9 lines
132 B
C
Raw Normal View History

2023-03-10 23:37:11 +01:00
#ifndef MS_GLOBAL
#define MS_GLOBAL
#include <stdio.h>
#include <pthread.h>
#include <unistd.h>
extern char *ms_last_error;
#endif