Sha256: e1a707c36e57a3174691d0d3b72debf8095e586bdf539f061b1bb04ff615a12c
Contents?: true
Size: 638 Bytes
Versions: 2
Compression:
Stored size: 638 Bytes
Contents
struct bit_fields { unsigned int a: 1; unsigned int b: 1; unsigned int c: 2; }; struct { unsigned sign : 1; unsigned exp : _FP_EXPBITS_D; unsigned frac1 : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0) - _FP_W_TYPE_SIZE; unsigned frac0 : _FP_W_TYPE_SIZE; }; struct shortname_info { unsigned char lower:1, upper:1, valid:1; }; // Problem reported by Michael Brown on 23 October 2001. typedef struct { BYTE public: 1; BYTE bad2: 1; BYTE group: 1; BYTE personal: 1; } bitfield_flags; typedef struct { BYTE this; BYTE public; BYTE private; BYTE that; } mystruct;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/parser-c.r/bit_field.c.d/input.c |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/parser-c.r/bit_field.c.d/input.c |