myname.h 103 B

1234567
  1. #ifndef __MYNAME_H__
  2. #define __MYNAME_H__
  3. int myname_init(void);
  4. void myname_exit(void);
  5. #endif