c - how to convert "0xbff18c08" to 0xbff18c08 int? -
i looking native function c libraries or code example implement it: have string contains byte values want convert int value. how this? tried using atoi() , atol() 0 0xbff18c08. thanks.
then looking strtoul(str, null, 16).
Comments
Post a Comment