libcdsb/include/extra/vtype.h

15 lines
426 B
C
Raw Normal View History

2022-06-02 12:51:53 +00:00
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2022 Gregory Lirent */
#include "../vtype.h"
#ifndef LIBCDSB_EXTRA_VTYPE_H
#define LIBCDSB_EXTRA_VTYPE_H
extern const size_t LIBCDSB_VTYPE_SIZES[18];
2022-06-03 16:31:02 +00:00
extern const char* libcdsb_vtype_name(vtype t);
extern const char* libcdsb_vtype_stringify(const void* value, vtype t);
2022-06-02 12:51:53 +00:00
#endif /* LIBCDSB_EXTRA_VTYPE_H */