mirror of
https://github.com/sigmasternchen/chaOS
synced 2025-03-15 13:48:55 +00:00
8 lines
91 B
C
8 lines
91 B
C
#ifndef STRING_H
|
|
#define STRING_H
|
|
|
|
#define nl "\r\n"
|
|
|
|
int getStringLength (char*);
|
|
|
|
#endif
|