Add a typedef for char* as string

async
jeltz 4 years ago
parent bbe74e7ffe
commit 8d77b7434b
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -34,6 +34,7 @@
#include <string.h>
typedef float real;
typedef char *string;
/* between(i, n) returns idx between 0 and n-1. */
static inline int between(int idx, int n)

Loading…
Cancel
Save