
app.c
By: a guest on
Apr 26th, 2011 | syntax:
C | size: 0.30 KB | hits: 42 | expires: Never
#include <stdio.h>
//#include <xdc/runtime/System.h>
#include "app.h"
int main( void )
{
//System_printf( "Hello World (from configuro)\n" );
printf("Configuro does not work\n");
printf( "Hello World %d (using stdio)\n", YYYY );
return 0;
}