First pass at fragmenting
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
#include <openssl/sha.h>
|
||||
|
||||
#define debug(msg, ...) { fprintf( stderr, msg, ##__VA_ARGS__ ) ; fprintf( stdout, "\n" ); }
|
||||
#define info(msg, ...) { fprintf( stdout, msg, ##__VA_ARGS__ ) ; fprintf( stdout, "\n" ); }
|
||||
#define warn(msg, ...) { fprintf( stderr, msg, ##__VA_ARGS__ ) ; fprintf( stderr, "\n" ); }
|
||||
|
||||
|
Reference in New Issue
Block a user