##// END OF EJS Templates
Minor bug corrected in the tc_acceptance function...
Minor bug corrected in the tc_acceptance function when the TC is corrupted, the packet TM_LFR_TC_EXE_CORRUPTED is sent

File last commit:

r26:d435771e0064 default
r42:939c648d248c default
Show More
main.c
8 lines | 104 B | text/x-c | CLexer
#include <stdlib.h>
#include <stdio.h>
int main( void )
{
printf("hello world\n");
return 0;
}