First commit
This commit is contained in:
7
common/Practical.h
Normal file
7
common/Practical.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#define BUFSIZE 512
|
||||
|
||||
void DieWithUserMessage(const char *msg, const char *detail);
|
||||
void DieWithSystemMessage(const char *msg);
|
||||
int proto_get_num(const char *name);
|
||||
Reference in New Issue
Block a user