- Timestamp:
 - Jul 29, 2006, 10:08:43 PM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/literal.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/literal.c
r351 r409 51 51 } 52 52 53 /* Translate a string with \ escape tokens to binary equivalent 53 /* literal() 54 * Translate a string with \ escape tokens to binary equivalent 54 55 * Translates in place 55 56 * … … 72 73 * ( s now equals "this is a test of \MSC\CSM") 73 74 * 74 * Return converted character count 75 * Does not include terminating nul75 * Return converted character count like strlen() 76 * Count does not include terminating nul 76 77 */ 77 78  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  