Crossfire Server, Branches 1.12  R18729
maps.c File Reference
#include <stdio.h>
+ Include dependency graph for maps.c:

Go to the source code of this file.

Macros

#define MAX(x, y)   ((x) > (y) ? (x) : (y))
 
#define MIN(x, y)   ((x) < (y) ? (x) : (y))
 

Functions

int main (void)
 

Macro Definition Documentation

#define MAX (   x,
 
)    ((x) > (y) ? (x) : (y))

Definition at line 13 of file maps.c.

#define MIN (   x,
 
)    ((x) < (y) ? (x) : (y))

Definition at line 10 of file maps.c.

Function Documentation

int main ( void  )

Definition at line 16 of file maps.c.