HOPS
HOPS class reference
Functions | Variables
msg.h File Reference
#include <string.h>
#include <stdio.h>
#include <stdarg.h>

Go to the source code of this file.

Functions

const char * get_progname ()
 
void msg (const char *string, int level,...)
 
void set_msglev (int lev)
 
void set_progname (const char *local_progname)
 

Variables

int msglev
 
char progname [256]
 

Function Documentation

◆ get_progname()

const char* get_progname ( )

◆ msg()

void msg ( const char *  string,
int  level,
  ... 
)

◆ set_msglev()

void set_msglev ( int  lev)

◆ set_progname()

void set_progname ( const char *  local_progname)

Variable Documentation

◆ msglev

int msglev
extern

◆ progname

char progname[256]
extern