7 lines
82 B
C
7 lines
82 B
C
#ifndef INCLUDE_STRING_H
|
|
#define INCLUDE_STRING_H
|
|
|
|
int strlen(char* str);
|
|
|
|
#endif
|