Sha256: 6032f70d61061995cf0e8cd935f1651cdd2ec01166e4c0554ea48c809c71752d
Contents?: true
Size: 291 Bytes
Versions: 7
Compression:
Stored size: 291 Bytes
Contents
%module test_struct struct test_struct_1 { int i; char c; const char* s; const char a[5]; }; struct test_struct_2 { int* ptr; }; struct test_struct_3 { char c[5]; }; struct test_struct_4 { struct test_struct_3 s[5]; }; struct test_struct_5 { struct test_struct_4 s; };
Version data entries
7 entries across 7 versions & 3 rubygems