Toychain!
A toy blockchain in C
types.h File Reference

a file with comfy aliases for long type signatures More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define int32   long int
 alias for long int
 
#define int64   long long int
 alias for long long int
 
#define uint32   unsigned long int
 alias for unsigned long int
 
#define uint64   unsigned long long int
 alias for unsigned long long int
 
#define uint8   unsigned char
 alias for unsigned char
 
#define int8   char
 alias for char
 

Detailed Description

a file with comfy aliases for long type signatures