ARPDAS_QNX6 1.0
msg.h
Go to the documentation of this file.
00001 #ifndef MSG_H_INCLUDED
00002 #define MSG_H_INCLUDED
00003 
00004 #include <stdarg.h>
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00010 extern const char *msghdr_init(const char *hdr_default, int argc, char **argv);
00011 extern void msg_init_options(const char *hdr, int argc, char **argv);
00012 extern int msg(int level, const char *s, ...);
00013 extern int msgv(int level, const char *s, va_list args);
00014 extern void msg_set_hdr(const char *hdr);
00015 
00016 #ifdef __cplusplus
00017 };
00018 #endif
00019 
00020 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines