#ifndef _MSG_H_1b5726c0_ #define _MSG_H_1b5726c0_ #include "oq.h" #define S_END 1 /* end of args */ #define S_LITERAL 2 /* followed by: const char * */ #define S_CS_POINT 3 /* followed by: const char *, int */ #define S_CS_COPY 4 /* followed by: const char *, int */ #define S_CS_FREE 5 /* followed by: char *, int */ #define S_TILE 6 /* followed by: TILE */ #define S_PLACE 7 /* followed by: PLACE */ #define S_ONECHAR 8 /* followed by: int (promoted char) */ #define S_STRLEN (-1) /* magic length value for C_CS_* */ extern void msg_write(OQ *, ...); #endif