TD2 II.4 Error is not a SegFault but a Stack Overflow

'
This commit is contained in:
Yorick Barbanneau 2021-11-19 22:09:45 +01:00
parent c3892a2fa7
commit f277111e1c
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ void f(int c) {
int main(){
int i;
for (i=65; i < 68; i++){
for (i=65; i < 98; i++){
ThreadCreate(f, i);
}
// PutString("end of main()\n");