23 #ifndef GMIO_STLB_HEADER_H
24 #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:76
uint8_t data[GMIO_STLB_HEADER_SIZE]
Definition: stlb_header.h:32
#define GMIO_C_LINKAGE_BEGIN
Expands to extern "C" { when building with a C++ compiler.
Definition: global.h:181
Global declarations for the STL module.
#define GMIO_C_LINKAGE_END
Expands to } when building with a C++ compiler.
Definition: global.h:183
Size(in bytes) of the header data for STL binary.
Definition: stl_constants.h:40
struct gmio_stlb_header gmio_stlb_header_str(const char *str)
Returns a gmio_stlb_header object whose contents is a copy of str.