Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/malloc.cfa

    r75baaa3 r654d5a47  
    319319        free(ip);
    320320
    321         free( (void*) 0p ); // sanity check
     321        free( (void *) 0p ); // sanity check
    322322        free( NULL ); // sanity check
    323323
     
    605605        return 0;
    606606}
     607
     608// Local Variables: //
     609// tab-width: 4 //
     610// compile-command: "cfa malloc.cfa" //
     611// End: //
Note: See TracChangeset for help on using the changeset viewer.