Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b67ddecbab
|
@ -25,10 +25,11 @@
|
|||
*/
|
||||
int main(int argc, char* argv[]){
|
||||
|
||||
printf("**** Execution tree structure\n");
|
||||
printf("** [procedureName]\n");
|
||||
printf("** {threadName}\n");
|
||||
printf("** [parent]{child}[subchild] Description\n\n\n");
|
||||
printf("[Copyright (R) 2017]\n");
|
||||
printf(" - Adrien Marquès aka. xdrm-brackets (C shit)\n");
|
||||
printf(" - Lucas Mascaro aka. SeekDaSky (java shit)\n");
|
||||
printf("* From the developers of the 'WebSocket' library for the UPPA University\n\n\n");
|
||||
printf("Notice: {threadName}{subThread}(subThreadId)\n\n");
|
||||
printf("**** Execution tree\n");
|
||||
|
||||
/* [0] Initialisation des variables
|
||||
|
|
Loading…
Reference in New Issue