00001
00007 #ifndef __NPWStdOutput__
00008 #define __NPWStdOutput__
00009
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00014 #include "NPWBase.h"
00015
00024 NPWErr NPWWriteStdOutput(NPWConstText str, NPWInt length, void *userData);
00025
00026 #ifdef __cplusplus
00027 }
00028 #endif
00029
00030 #endif