1 2 3 4 5 6
#ifndef NAMEPARSE_H #define NAMEPARSE_H extern int nameparse(unsigned char *,const char *); #endif