![]() |
libfortuna
1
FortunalibraryfunctionsextractedfromPostgreSQLsource
|
#include <sys/types.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
Typedefs | |
typedef signed char | int8 |
typedef signed short | int16 |
typedef signed int | int32 |
typedef unsigned char | uint8 |
typedef unsigned short | uint16 |
typedef unsigned int | uint32 |
typedef uint8 | bits8 |
typedef uint16 | bits16 |
typedef uint32 | bits32 |
typedef long int | int64 |
typedef unsigned long int | uint64 |
typedef int16 | int2 |
typedef int32 | int4 |
typedef float | float4 |
typedef double | float8 |
typedef float float4 |
typedef double float8 |
typedef signed short int16 |
typedef signed int int32 |
typedef long int int64 |
typedef signed char int8 |
typedef unsigned short uint16 |
typedef unsigned int uint32 |
typedef unsigned long int uint64 |
typedef unsigned char uint8 |