SynopsisAdd a string to the queue. Prototype#include "uemf.h" int ringqPutStr(ringq_t *rq, char_t *str);, Parameters
DescriptionIf dealing in wide strings, you must explicitly put the trailing two nulls. This routine will grow the queue as required and correctly set endbuf and buf. Return ValueReturns the number of bytes successfully added. ExampleringqPutStr(&p.tagbuf, (char_t*) p.tokbuf.servp); Stability ClassificationEvolving. See Also |