X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?p=my-code%2Farm.git;a=blobdiff_plain;f=betty%2Ftypes.h;fp=betty%2Ftypes.h;h=e3a309199d0da445cef02026cc1a9f749ee58304;hp=0000000000000000000000000000000000000000;hb=5da509dc909c60d63c5fba98e7ced43040eb6827;hpb=b4ca71fc214ba3c58cec25661ba1f81cf7b1b871 diff --git a/betty/types.h b/betty/types.h new file mode 100644 index 0000000..e3a3091 --- /dev/null +++ b/betty/types.h @@ -0,0 +1,16 @@ +/* + * type.h - type definitions + * + * author: hackbard@hackdaworld.org + * + */ + +#ifndef TYPE_H +#define TYPE_H + +typedef unsigned char u8; +typedef unsigned short u16; +typedef unsigned int u32; + +#endif +