TD2 question I.4

Create userthread.cc content and call it from exception.cc
This commit is contained in:
Yorick Barbanneau 2021-11-14 21:51:18 +01:00
parent f18dd05339
commit c4a2d25163
4 changed files with 28 additions and 1 deletions

View file

@ -0,0 +1,7 @@
#ifdef CHANGED
#include "copyright.h"
#include "utility.h"
extern int do_ThreadCreate(int f, int arg);
extern void do_ThreadExit();
#endif