Files
nickel/include/nickel/threadpool.h

14 lines
191 B
C

#ifndef __NICKEL_THREADPOOL_H_
#define __NICKEL_THREADPOOL_H_
#ifdef __cplusplus
extern "C" {
#endif
/* header contents */
#ifdef __cplusplus
}
#endif
#endif /* __NICKEL_THREADPOOL_H_ */