Changeset 4e92740 for examples/erfsplit/getdate.y
- Timestamp:
- 10/11/04 13:51:34 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- ef36351d
- Parents:
- d896967f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/erfsplit/getdate.y
rc773929 r4e92740 70 70 #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) 71 71 72 #if STDC_HEADERS || HAVE_STRING_H 73 # include <string.h> 74 #endif 72 #include <string.h> 75 73 76 74 #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
Note: See TracChangeset
for help on using the changeset viewer.