Sha256: 1a92d6c9d22b453d42a026a53db021ece585eaa428b62bf3279c56a88ca16bfb
Contents?: true
Size: 562 Bytes
Versions: 2
Compression:
Stored size: 562 Bytes
Contents
/* * gtypes.h * * Some useful simple types. * * Copyright 1996-2003 Glyph & Cog, LLC */ #ifndef GTYPES_H #define GTYPES_H /* * These have stupid names to avoid conflicts with some (but not all) * C++ compilers which define them. */ typedef int GBool; #define gTrue 1 #define gFalse 0 /* * These have stupid names to avoid conflicts with <sys/types.h>, * which on various systems defines some random subset of these. */ typedef unsigned char Guchar; typedef unsigned short Gushort; typedef unsigned int Guint; typedef unsigned long Gulong; #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdf2json-0.2.0 | pdf2json-0.52-source/goo/gtypes.h |
pdf2json-0.1.0 | pdf2json-0.52-source/goo/gtypes.h |