mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-04 06:53:06 +00:00
14 lines
195 B
C
14 lines
195 B
C
#ifndef MAIN_H
|
|
#define MAIN_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
void callBack(char *signal);
|
|
|
|
bool isError(char *input);
|
|
|
|
int getIntValue(char *input);
|
|
|
|
char* getStrValue(char *input);
|
|
|
|
#endif /* MAIN_H */ |