#include "machine.h"
#include "stack-c.h"
#include "basout.h"
#include "msgstxt.h"
Include dependency graph for msgstxt.c:
Go to the source code of this file.
Definition at line 10 of file msgstxt.c.
References basout(), and C2F.
00011 { 00012 static int io; 00013 C2F(basout)(&io, &C2F(iop).wte,txt,txt_len); 00014 return 0; 00015 }
Here is the call graph for this function: