Subversion Repositories shark

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef __STDINT_H__
#define __STDINT_H__

#include<bits/types.h>

typedef u_int32_t uint32_t;

#endif