chaOS/string.h
2013-08-03 00:17:37 +02:00

8 lines
91 B
C

#ifndef STRING_H
#define STRING_H
#define nl "\r\n"
int getStringLength (char*);
#endif