libJelling-calc/include/others.h

5 lines
100 B
C

#include <string.h>
int tabcmp(const char** tab, int size, char *string);
char *itoa(int integer);