Reorganize packages

This commit is contained in:
Ayke van Laethem
2018-04-15 03:38:01 +02:00
parent 60a01a43a3
commit 5dfcb5f085
4 changed files with 4 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
#include <stdint.h>
typedef struct {
uint32_t len; // TODO: size_t (or, let max string size depend on target/flag)
uint8_t *buf; // points to string buffer itself
} string_t;
typedef int32_t intgo_t; // may be 64-bit