Go to most recent revision | Details | Last modification | View Log | RSS feed
#ifndef __STDINT_H__
#define __STDINT_H__
#include<bits/types.h>
typedef u_int32_t uint32_t;
#endif