tool.h 63 B

123456
  1. #ifndef __TOOL_H__
  2. #define __TOOL_H__
  3. int tool_main();
  4. #endif