##// END OF EJS Templates
Makefile added for the srec files generation
Makefile added for the srec files generation

File last commit:

r26:d435771e0064 default
r26:d435771e0064 default
Show More
main.c
8 lines | 104 B | text/x-c | CLexer
paul@pc-solar1.lab-lpp.local
Makefile added for the srec files generation
r26 #include <stdlib.h>
#include <stdio.h>
int main( void )
{
printf("hello world\n");
return 0;
}