7 lines
80 B
C
7 lines
80 B
C
|
|
#ifndef __private_h__
|
||
|
|
#define __private_h__
|
||
|
|
|
||
|
|
void * generator (void *);
|
||
|
|
|
||
|
|
#endif
|