portparse.h 101 B

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