blob: 9b6c2e3c24bfaba86821f92be1e6f274bc8f2e66 [file] [log] [blame] [edit]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct dep_struct {
uint32_t x;
double y;
} dep_struct;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
uint32_t get_x(const struct dep_struct *dep_struct);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus