Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 2479 → Rev 3164

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