1 #ifndef __STRBUF_H__ 2 #define __STRBUF_H__ 3 4 int prefixcmp(const char *str, const char *prefix); 5 6 #endif 7