Add a typedef for char* as string
This commit is contained in:
parent
bbe74e7ffe
commit
8d77b7434b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue