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

/system/core/sh/
H A Dmemalloc.h68 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) macro

Completed in 13 milliseconds