IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2011, 1:19:27 PM (15 years ago)
Author:
eugene
Message:

updates from eam branch

Location:
trunk/Ohana/src/libohana/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/test

    • Property svn:ignore
      •  

        old new  
        22*.lin64
        33*.sol
         4*.darwin_x86
         5*.dSYM
  • trunk/Ohana/src/libohana/test/typetest.c

    r28241 r31160  
    6868        fprintf (stderr, "STDC_VERSION is not set\n");
    6969# endif
     70    }
    7071
    71     }
     72    // 3) have we defined OFF_T_FMT correctly?
     73    off_t big_value;
     74
     75    big_value = 10;
     76    fprintf (stderr, "this is a bit int: "OFF_T_FMT" n'est pas?\n", big_value);
     77
    7278    exit (status);
    7379}
Note: See TracChangeset for help on using the changeset viewer.