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