OSDN Git Service

Initial commit
[scilog/scilog.git] / my_thread.h
1 #if     !defined(__MY_THREAD_H__)
2 #define __MY_THREAD_H__
3
4 void* thread_rcv(void* pParam);
5
6 #endif