mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-07-16 06:39:26 +00:00
BEHOLD ! The threadinator !
This commit is contained in:
@ -14,6 +14,7 @@ typedef struct o_Resident {
|
||||
PRIVATE int position;
|
||||
PRIVATE char* name;
|
||||
|
||||
PUBLIC void * (*runnable)(void * void_this);
|
||||
PUBLIC char * (*get_name)(_THIS(Resident));
|
||||
PUBLIC int (*get_id)(_THIS(Resident));
|
||||
PUBLIC int (*get_apartment_floor)(_THIS(Resident));
|
||||
|
Reference in New Issue
Block a user