Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1112 → Rev 1113

/uspace/trunk/libc/include/stdint.h
30,7 → 30,7
#define __LIBC__STDINT_H__
 
/* Definitions of types with fixed size*/
#include<types.h>
#include <types.h>
 
#define MAX_INT8 (0x7F)
#define MIN_INT8 (0x80)