libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
stdlib.h File Reference
#include <sys/types.h>
#include <stdint.h>

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ max

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

Definition at line 13 of file stdlib.h.

◆ min

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

Definition at line 12 of file stdlib.h.