Mescal
Loading...
Searching...
No Matches
type_basic.h File Reference

Basic types. More...

#include "string.h"

Go to the source code of this file.

Macros

#define max(a, b)
 
#define min(a, b)
 

Typedefs

typedef unsigned char uchar
 
typedef unsigned short ushort
 
typedef unsigned int uint
 
typedef unsigned long ulong
 

Enumerations

enum  basis { BA_ST , BA_MOD , BA_AMT , BA_GR }
 

Detailed Description

Basic types.

Macro Definition Documentation

◆ max

#define max ( a,
b )
Value:
(((a) > (b)) ? (a) : (b))

◆ min

#define min ( a,
b )
Value:
(((a) < (b)) ? (a) : (b))