Return to xstrtoul.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lrzsz / lib |
1.1 misho 1: #ifndef _xstrtoul_h_ 2: #define _xstrtoul_h_ 1 3: 4: #define STRING_TO_UNSIGNED 1 5: #include "xstrtol.h" 6: 7: #endif /* _xstrtoul_h_ */