Advertisement
Guest User

app.c

a guest
Apr 26th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. #include <stdio.h>
  2. //#include <xdc/runtime/System.h>
  3. #include "app.h"
  4.  
  5.  
  6. int main( void )
  7. {
  8.        //System_printf( "Hello World (from configuro)\n" );
  9.        printf("Configuro does not work\n");  
  10.        
  11.        
  12.        printf( "Hello World %d (using stdio)\n", YYYY );
  13.        
  14.        return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement