ARPDAS_QNX6 1.0
nldbg.c
Go to the documentation of this file.
00001 /* nldbg.c defines nl_debug_level
00002  */
00003 #include "nortlib.h"
00004 char rcsid_nldbg_c[] =
00005   "$Header: /cvsroot/arp-das/nortlib2/src/nldbg.c,v 1.3 1998/01/06 18:36:56 nort Done $";
00006 
00007 int nl_debug_level = -1;
00008 /*
00009 =Name nl_debug_level: Select level of debug messages
00010 =Subject Nortlib
00011 =Synopsis
00012 int nl_debug_level;
00013 
00014 =Description
00015 
00016 nl_debug_level controls which debug messages are output in
00017 =nl_err=() by =nl_verror=(). nl_debug_level has no effect on
00018 msg(), which controls debug verbosity via the -l flag.
00019 
00020 =SeeAlso
00021 
00022   =Nortlib= functions.
00023 
00024 =End
00025 */
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines