I'm looking for a function like "strtoul" - but for the conversion to unsigned int32 number.
Thanks for any help,
regards Wolfgang
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
Posted: Tue Mar 30, 2010 11:16 am
strtoul is defined in stdlib.h
If you look into this header file you will find atoi32 (and also atoi48 and atoi64).
If you need the unsigned version you just copy the code and modify it to your needs.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum