blob: fe07a99af4db3bf6722daee27e26c2366de4541c [file] [log] [blame]
#ifndef FixedDecimal_D_H
#define FixedDecimal_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
typedef struct FixedDecimal FixedDecimal;
#endif // FixedDecimal_D_H