summaryrefslogtreecommitdiff
path: root/lib/xstrtoul.h
blob: 8251c57db48580fcd85659d9343dc2a528068d0c (plain)
1
2
3
4
5
6
7
#ifndef _xstrtoul_h_
#define _xstrtoul_h_ 1

#define STRING_TO_UNSIGNED 1
#include "xstrtol.h"

#endif /* _xstrtoul_h_ */