Codebase list bglibs / aafdcde6-4970-4cf5-8c2f-63934a730490/main sysdeps-head.h
aafdcde6-4970-4cf5-8c2f-63934a730490/main

Tree @aafdcde6-4970-4cf5-8c2f-63934a730490/main (Download .tar.gz)

sysdeps-head.h @aafdcde6-4970-4cf5-8c2f-63934a730490/mainraw · history · blame

1
2
3
4
5
6
7
#ifndef SYS_DEPS__H__
#define SYS_DEPS__H__

#define _GNU_SOURCE 1
#include <sys/types.h>
typedef unsigned char uint8;
typedef unsigned short uint16;