Home
last modified time | relevance | path

Searched defs:STRTOUL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dmultibyte.h39 #define STRTOUL wcstoul macro
73 #define STRTOUL(a,b,c) (strtoul(a,(char**)b,c)) macro