mirror of
https://github.com/0intro/conterm
synced 2024-11-22 13:51:34 +03:00
15 lines
263 B
C
15 lines
263 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <math.h>
|
||
|
#include <fcntl.h>
|
||
|
#include <setjmp.h>
|
||
|
#include <time.h>
|
||
|
#include <assert.h>
|
||
|
#include <unistd.h>
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
|
||
|
typedef long long p9_vlong;
|
||
|
typedef unsigned long long p9_uvlong;
|