GenSVM
gensvm_print.h
Go to the documentation of this file.
1 
30 #ifndef GENSVM_PRINT_H
31 #define GENSVM_PRINT_H
32 
33 // includes
34 #include "gensvm_globals.h"
35 
36 // function declarations
37 void note(const char *fmt,...);
38 void err(const char *fmt,...);
39 
40 #endif
void err(const char *fmt,...)
Parse a formatted string and write it to standard error.
Definition: gensvm_print.c:84
Global definitions.
void note(const char *fmt,...)
Parse a formatted string and write to the output stream.
Definition: gensvm_print.c:62