Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
884 trimarchi 1
#ifndef __STDINT_H__
2
#define __STDINT_H__
3
 
4
#include<bits/types.h>
5
 
6
typedef u_int32_t uint32_t;
7
 
8
#endif