/+junk/vala-bit-field

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/vala-bit-field

« back to all changes in this revision

Viewing changes to src/c_main.c

  • Committer: Gustav Hartvigsson
  • Date: 2020-11-03 20:46:10 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20201103204610-csia10wdkva1gbr6
* Made the C api better.
* Fixed the CCode for the static version of static_generate_mask ()

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
main (int argc, char ** argv) {
14
14
  bit_field_init ();
15
15
  
16
 
  BitFieldFieldInfo info[] = {
 
16
  BitFieldInfo info[] = {
17
17
    {FOO_A, 0, 5, 6},
18
18
    {FOO_B, 6, 7, 2},
19
19
    {FOO_C, 8, 15, 8},