Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
includes.h File Reference

Preprocessor file used for including library for modules. More...

#include <unistd.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <math.h>
#include <time.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <assert.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <stdalign.h>

Go to the source code of this file.

Macros

#define NONE   1
 Used in some structure for meaning that a field is unset, instead of using NULL.

Detailed Description

Preprocessor file used for including library for modules.

Definition in file includes.h.

Macro Definition Documentation

◆ NONE

#define NONE   1

Used in some structure for meaning that a field is unset, instead of using NULL.

Definition at line 22 of file includes.h.