Sha256: b32d997177eb27d126017abf66b85b66f50a1719890919aeab6362643776579f
Contents?: true
Size: 723 Bytes
Versions: 5
Compression:
Stored size: 723 Bytes
Contents
%module types_test char *string; void *ptr; char **ptr_2; int array[5]; char* ptr_array[5]; struct test_struct { char c; }; enum e { E_1, E_2, E_3 }; struct test_struct ts; struct test_struct a[5]; enum e enum_array[5]; const int ci; const char* cstring; char c; double d; float f; int i; long l; long int li; long long ll; long long int lli; long unsigned int lui; short s; signed char sc; signed int si; signed long sl; signed long int sli; signed long long sll; signed long long int slli; signed short ss; signed short int ssi; unsigned char uc; unsigned int ui; unsigned long ul; unsigned long int uli; unsigned long long ull; unsigned long long int ulli; unsigned short us; unsigned short int usi; void v;
Version data entries
5 entries across 5 versions & 3 rubygems