strtoul() and friends in U-Boot
Cannot find them? Look at the u-boot/lib_generic/vsprintf.c.
There is definition for:
unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base)
and the others..
There is definition for:
unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base)
and the others..
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home