Revision 18890,
384 bytes
checked in by zacheiss, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18889,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef XSTRTOUL_H_ |
---|
2 | # define XSTRTOUL_H_ 1 |
---|
3 | |
---|
4 | # define STRING_TO_UNSIGNED 1 |
---|
5 | |
---|
6 | /* Undefine this symbol so we can include xstrtol.h a second time. |
---|
7 | Otherwise, a program that wanted both xstrtol.h and xstrtoul.h |
---|
8 | would never get the declaration corresponding to the header file |
---|
9 | included after the first one. */ |
---|
10 | # undef XSTRTOL_H_ |
---|
11 | # include "xstrtol.h" |
---|
12 | |
---|
13 | #endif /* not XSTRTOUL_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.