Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 883 → Rev 884

/shark/trunk/ports/first/include/stdint.h
0,0 → 1,8
#ifndef __STDINT_H__
#define __STDINT_H__
 
#include<bits/types.h>
 
typedef u_int32_t uint32_t;
 
#endif
/shark/trunk/ports/first/include/stdbool.h
0,0 → 1,6
#ifndef __STDBOOL_H__
#define __STDBOOL_H__
 
#include<sys/boolean.h>
 
#endif