nameparse.h 101 B

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