Searched defs:OCTAL_TO_UNSIGNED (Results 1 – 1 of 1) sorted by relevance
412 #define OCTAL_TO_UNSIGNED(res, str) sscanf((str), "%o", &(res)) macro1472 #define OCTAL_TO_UNSIGNED(res, str) ((res) = strtoul((str), (char **) 0, 8)) macro