Internal fix.

CQTexperiment
Christopher Snowhill 2017-09-26 16:18:01 -07:00
parent 913287665d
commit d48ac9848b
1 changed files with 21 additions and 20 deletions
Frameworks/Dumb/dumb/include/internal

View File

@ -2,7 +2,8 @@
#define _T_ARRAY_H_
#include <stdlib.h>
#include "internal/dumb.h"
#define LONG_LONG long long
void *timekeeping_array_create(size_t size);
void timekeeping_array_destroy(void *array);