Changeset 123 for trunk/dll/menu.c
- Timestamp:
- Dec 5, 2004, 1:20:19 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/menu.c
r2 r123 1 /**************************************************************************/ 2 /* Custom menu support routines for FM/2 */ 3 /* copyright (c) 1996 by M. Kimes -- all rights reserved */ 4 /**************************************************************************/ 1 2 /*********************************************************************** 3 4 $Id$ 5 6 Custom menu support routines for FM/2 7 8 Copyright (c) 1996-98 M. Kimes 9 Copyright (c) 2004 Steven H.Levine 10 11 Revisions 01 Aug 04 SHL - Rework lstrip/rstrip usage 12 13 ***********************************************************************/ 5 14 6 15 #define INCL_DOS … … 83 92 break; 84 93 lines++; 85 stripcr(s); 86 lstrip(rstrip(s)); 94 bstripcr(s); 87 95 if(!*s || *s == ';') 88 96 continue;
Note:
See TracChangeset
for help on using the changeset viewer.