Searched defs:STPUTC (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/bin/sh/
H A Dmemalloc.h73 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) macro

Completed in 66 milliseconds