#ifndef UINT32_H
#define UINT32_H

typedef unsigned int uint32;

#endif
