tgrekov-fdf
HIVE fdf May 2024
Loading...
Searching...
No Matches
internal_types.h File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* internal_types.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/09 20:40:21 by tgrekov #+# #+# */
/* Updated: 2024/06/13 03:09:23 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file internal_types.h.

#include <stdint.h>
#include <unistd.h>
Include dependency graph for internal_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define T_BIGGEST_MAX   9223372036854775807LL
 Largest value that fits in t_biggest.
 

Typedefs

typedef long long t_biggest
 Convenience typedef for largest signed type I need to handle.
 
typedef unsigned long long t_ubiggest
 Convenience typedef for largest unsigned type I need to handle.
 
typedef int t_wint_t
 If _WCHAR_H_ is defined, set to wint_t. Set to int otherwise.
 
typedef long t_ptrdiff_t
 If _PTRDIFF_T is defined, set to ptrdiff_t. Set to long otherwise.