9 lines
100 B
C
9 lines
100 B
C
|
|
#ifndef __HSTRING_H__
|
|
#define __HSTRING_H__ __HSTRING_H__
|
|
|
|
int strlen(char *str);
|
|
|
|
#endif
|
|
|