1
0
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:
2018-06-11 01:58:52 +02:00
parent bd5860579e
commit fd2463904a
10 changed files with 110 additions and 78 deletions

View File

@ -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));