Files
chat_rebot-connect-with-one…/c/tools/quit/quit.h

6 lines
71 B
C

#ifndef QUIT
#define QUIT
void *quitall(int status,void *arg);
#endif