Browse Source

ig-c99: test - add idl_core.h.target

main
heck 2 years ago
parent
commit
2e3a6da073
  1. 18
      lm-c99/tests/test_ig_c99/ig-c99/idl_core.h.target

18
lm-c99/tests/test_ig_c99/ig-c99/idl_core.h.target

@ -0,0 +1,18 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
// idl basetypes
// -------------
typedef char* string;
typedef char* binary;
typedef unsigned int uint;
typedef size_t size;
typedef void* opaque;
#ifdef __cplusplus
} // extern "C"
#endif
Loading…
Cancel
Save