/* Public domain. */ #ifndef DIUINT32_H #define DIUINT32_H #include "uint32.h" typedef struct diuint32 diuint32, *diuint32_ref ; struct diuint32 { uint32 left ; uint32 right ; } ; #endif