APL/DEV 4.4/TP03/df.h

7 lines
110 B
C
Raw Permalink Normal View History

2023-03-24 16:04:40 +01:00
#ifndef _DF_H
#define _DF_H
typedef unsigned __int128 uint128;
typedef unsigned long long int uint64;
#endif