Home
last modified time | relevance | path

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

/trunk/main/rsc/source/rscpp/
H A Dcpp.h212 #define cput output /* cput concatenates tokens */ macro
215 #define cput(c) { if (c != TOK_SEP && c != COM_SEP) PUTCHAR(c); } macro
217 #define cput(c) { if (c != TOK_SEP) PUTCHAR(c); } macro

Completed in 6 milliseconds