benmargolin / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
0 stars 0 forks source link

Use a more explicit c-type interface #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
To adapt c-types for different platforms more easily, generate a h-file that 
contains explicit type definitions like e.g. "int64_t", and that is used by all 
other generated c-artifacts (instead of using char, int and long directly).

Original issue reported on code.google.com by wolfgang.schwitzer on 10 Jan 2012 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by wolfgang.schwitzer on 14 Mar 2013 at 9:32