Home
last modified time | relevance | path

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

/dflybsd-src/contrib/nvi2/common/
H A Dmultibyte.h39 #define STRTOUL wcstoul macro
73 #define STRTOUL(a,b,c) (strtoul(a,(char**)b,c)) macro