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