ZealOS/zealbooter/lib/strlen.h

7 lines
97 B
C
Raw Normal View History

#ifndef __STRLEN_H__
#define __STRLEN_H__
size_t strlen(const char *s);
#endif // __STRLEN_H__