Codebase list bglibs / HEAD sysdeps-head.h
HEAD

Tree @HEAD (Download .tar.gz)

sysdeps-head.h @HEADraw · 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;