Changeset 409 for trunk/dll/literal.c


Ignore:
Timestamp:
Jul 29, 2006, 10:08:43 PM (19 years ago)
Author:
root
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/literal.c

    r351 r409  
    5151}
    5252
    53 /* Translate a string with \ escape tokens to binary equivalent
     53/* literal()
     54 * Translate a string with \ escape tokens to binary equivalent
    5455 * Translates in place
    5556 *
     
    7273 *    ( s now equals "this is a test of \MSC\CSM")
    7374 *
    74  * Return converted character count
    75  * Does not include terminating nul
     75 * Return converted character count like strlen()
     76 * Count does not include terminating nul
    7677 */
    7778
Note: See TracChangeset for help on using the changeset viewer.