Files
2026-05-31 14:34:00 -04:00

7 lines
80 B
C

#ifndef __private_h__
#define __private_h__
void * generator (void *);
#endif