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