skeleton.h 102 B

12345678
  1. #ifndef __SKELETON_H__
  2. #define __SKELETON_H__
  3. #include <rtthread.h>
  4. int dfs_skt_init(void);
  5. #endif