Changeset 265 for trunk/thune/files.c

Show
Ignore:
Timestamp:
08/30/06 16:25:25 (2 years ago)
Author:
krobillard
Message:

Thune - ur_cstring() is now part of the API.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/files.c

    r264 r265  
    9696 
    9797 
     98/** 
     99  \return Pointer to C character string or zero if cell is not UT_STRING. 
     100*/ 
    98101const char* ur_cstring( UCell* cell ) 
    99102{