nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

uint32.h (89B)


      1 #ifndef UINT32_H
      2 #define UINT32_H
      3 
      4 #include <stdint.h>
      5 
      6 typedef uint32_t uint32;
      7 
      8 #endif