IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:33:45 AM (15 years ago)
Author:
eugene
Message:

merged from eam_branches/ipp-20110505: allow managed memory (with linked list a la psLib); add csv to mana; allow read-only dvo databases

Location:
trunk/Ohana/src/libohana/test
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/test/typetest.c

    r31160 r31663  
    7474
    7575    big_value = 10;
    76     fprintf (stderr, "this is a bit int: "OFF_T_FMT" n'est pas?\n", big_value);
     76    fprintf (stderr, "this is a big int: "OFF_T_FMT" n'est pas?\n", big_value);
     77
     78    // we could move the % out of the FMT and allow constructions like this:
     79    // # define OFF_T_FMT "jd"
     80    // fprintf (stderr, "this is a big int: %06"OFF_T_FMT_ALT" n'est pas?\n", big_value);
     81    // still kind of ugly...
    7782
    7883    exit (status);
Note: See TracChangeset for help on using the changeset viewer.