Files
blankos/string.h
2024-05-19 14:31:10 +02:00

7 lines
82 B
C

#ifndef INCLUDE_STRING_H
#define INCLUDE_STRING_H
int strlen(char* str);
#endif