comparison pped/common.h @ 2:2719a89505ba

First entry of Paradise Server 2.9 patch 10 Beta
author darius
date Sat, 06 Dec 1997 04:37:01 +0000
parents
children
comparison
equal deleted inserted replaced
1:4d6502ffaa5e 2:2719a89505ba
1 /*
2 * common.h
3 */
4
5
6 #define err_fatal(x) {err(x); exit(1);}
7
8 #define err_sys_fatal(x) {err_sys(x); exit(1);}
9
10 #define VERSSTR "1.1"
11