thread.h 85 B

123456
  1. #ifndef _THREAD_H
  2. #define _THREAD_H
  3. void init_thread(int);
  4. #endif /* !_THREAD_H */