Changeset 793 for trunk/dll/strips.c
- Timestamp:
- Aug 21, 2007, 4:53:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/strips.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/strips.c
r551 r793 11 11 01 Aug 04 SHL Rework lstrip/rstrip usage 12 12 26 Jul 06 SHL Add chop_at_crnl 13 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 13 14 14 15 ***********************************************************************/ … … 18 19 #include <string.h> 19 20 #include <ctype.h> 20 21 #pragma alloc_text(MISC8,chop_at_crnl,convert_nl_to_nul,strip_trail_char,strip_lead_char)22 21 23 22 VOID chop_at_crnl(PSZ pszSrc) … … 71 70 } 72 71 } 72 73 #pragma alloc_text(MISC8,chop_at_crnl,convert_nl_to_nul,strip_trail_char,strip_lead_char)
Note:
See TracChangeset
for help on using the changeset viewer.
