chaOS/string.h

9 lines
91 B
C
Raw Normal View History

2013-08-02 22:17:37 +00:00
#ifndef STRING_H
#define STRING_H
#define nl "\r\n"
int getStringLength (char*);
#endif