#ifndef NSTRING_H #define NSTRING_H #ifndef STRING_H #include #endif /* My own things */ extern char *pstrupper(), *pstrlower(), *pstrcpy(), *pstrcat(), *strdup(), *pstrlen(); #define sindex strstr #endif