publishing results
This commit is contained in:
@ -7,8 +7,8 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct {
|
||||
char name[32];
|
||||
char unit[16];
|
||||
char *name;
|
||||
char *unit;
|
||||
int8_t exponent;
|
||||
bool found;
|
||||
} parsedVIB_t;
|
||||
|
Reference in New Issue
Block a user