37 #ifndef GMIO_STLB_HEADER_H
38 #define GMIO_STLB_HEADER_H
void gmio_stlb_header_to_printable_str(const struct gmio_stlb_header *header, char *str, char replacement)
Copies header into C string str.
#define GMIO_API
Expands either to GMIO_DECL_EXPORT or GMIO_DECL_IMPORT when respectively compiling/using the DLL...
Definition: global.h:90
uint8_t data[GMIO_STLB_HEADER_SIZE]
Definition: stlb_header.h:46
#define GMIO_C_LINKAGE_BEGIN
Expands to extern "C" { when building with a C++ compiler.
Definition: global.h:195
Global declarations for the STL module.
#define GMIO_C_LINKAGE_END
Expands to } when building with a C++ compiler.
Definition: global.h:197
Size(in bytes) of the header data for STL binary.
Definition: stl_constants.h:54
struct gmio_stlb_header gmio_stlb_header_str(const char *str)
Returns a gmio_stlb_header object whose contents is a copy of str.