Make Empty File Code
Status: Beta
Brought to you by:
rettpop
--- a +++ b/makefile.h @@ -0,0 +1,15 @@ +#include "stdafx.h" + +#define ERR_OK 0 +#define ERR_ERR 1 +#define ERR_NOPARAMS 2 +#define ERR_BADRAMS 3 +#define ERR_PATH 4 +#define ERR_FILENAME 5 +#define ERR_FILE 6 +#define ERR_DISK 7 + +#define MULTIPL_B 1 +#define MULTIPL_K 1024 +#define MULTIPL_M (MULTIPL_K*1024) +#define MULTIPL_G (MULTIPL_M*1024)