suitcase

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

uint64.h (78B)


      1 #ifndef UINT64_H
      2 #define UINT64_H
      3 
      4 typedef unsigned long long uint64;
      5 
      6 #endif