Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/stdlib/
H A Dgetopt.c40 #define EPRINTF(fmt, args...) printf(fmt, ##args) macro
57 #define EPRINTF(fmt, args...) \ macro