APL/DEV 4.4/TP03/df.h
2023-03-24 16:04:40 +01:00

7 lines
110 B
C

#ifndef _DF_H
#define _DF_H
typedef unsigned __int128 uint128;
typedef unsigned long long int uint64;
#endif