#include "tessarray.h"
#include <stdio.h>
#include "callcpp.h"
#include "freelist.h"
#include <string.h>
#include <ctype.h>
Functions | |
ARRAY | array_insert (ARRAY array, int index, void *value) |
ARRAY | array_new (int num) |
ARRAY | array_push (ARRAY array, void *value) |
ARRAY array_new | ( | int | num | ) |