Code :
- mutex_t mutex;
- ......
- mutex_init(&mutex,USYNC_PROCESS,NULL);
|
gcc me sort :
wcp.c:18: error: erreur de syntaxe before "mutex"
wcp.c:18: attention : data definition has no type or storage class
wcp.c: Dans la fonction « main »:
wcp.c:43: error: `USYNC_PROCESS' undeclared (first use in this function)
wcp.c:43: error: (Each undeclared identifier is reported only once
wcp.c:43: error: for each function it appears in.) |
ligne 18 correspond a mutex_t mutex
ligne 43 correspond a mutex_init(&mutex,USYNC_PROCESS,NULL);
Je comprend pas pourquoi chez moi ca marche pas alors qu'a la fac la marche tres bien
Message édité par morpheus67 le 10-12-2003 à 09:11:04