Crossfire Server, Branch 1.12  R12190
Defines | Functions
maps.c File Reference
#include <stdio.h>
Include dependency graph for maps.c:

Go to the source code of this file.

Defines

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

Functions

int main (void)

Define 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.