Tesseract
3.02
|
#include "tessarray.h"
#include "callcpp.h"
#include "freelist.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
ARRAY | array_insert (ARRAY array, int index, void *value) |
ARRAY | array_new (int num) |
ARRAY | array_push (ARRAY array, void *value) |
Definition at line 53 of file tessarray.cpp.
ARRAY array_new | ( | int | num | ) |
Definition at line 70 of file tessarray.cpp.
Definition at line 98 of file tessarray.cpp.