mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-13 19:45:05 +00:00
7 lines
97 B
C
7 lines
97 B
C
![]() |
#ifndef __STRLEN_H__
|
||
|
#define __STRLEN_H__
|
||
|
|
||
|
size_t strlen(const char *s);
|
||
|
|
||
|
#endif // __STRLEN_H__
|