Sha256: 75f17016a4c20ff7105eaf97442988892281f8391e9f109086fb8f578aa4d0d2
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __XOT_DEFS_H__ #define __XOT_DEFS_H__ namespace Xot { namespace Types { typedef unsigned char uchar; typedef unsigned short ushort; typedef unsigned int uint; typedef unsigned long ulong; typedef long long longlong; typedef unsigned long long ulonglong; }// Types enum {UNKNOWN = 0}; }// Xot #endif//EOH
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xot-0.1.3 | include/xot/defs.h |