Files
CS361-Computer-Systems-II/lab7-threads/private.h
T

7 lines
80 B
C
Raw Normal View History

2026-05-31 14:34:00 -04:00
#ifndef __private_h__
#define __private_h__
void * generator (void *);
#endif