blob: 5b18ecd2c1c1022e1428aa96ad25e3e057a8c722 [file] [log] [blame]
#ifndef Decimal_D_H
#define Decimal_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
typedef struct Decimal Decimal;
#endif // Decimal_D_H