Searched refs:defaultVal (Results 1 – 1 of 1) sorted by relevance
55 #define ATOI_NULL_HANDLED_DEF(x, defaultVal) (x ? atoi(x) : defaultVal) argument