tesseract  4.1.0
structures.cpp
Go to the documentation of this file.
1 /* -*-C-*-
2  ********************************************************************************
3  *
4  * File: structures.cpp (Formerly structures.c)
5  * Description: Allocate all the different types of structures.
6  * Author: Mark Seaman, OCR Technology
7  *
8  * (c) Copyright 1990, Hewlett-Packard Company.
9  ** Licensed under the Apache License, Version 2.0 (the "License");
10  ** you may not use this file except in compliance with the License.
11  ** You may obtain a copy of the License at
12  ** http://www.apache.org/licenses/LICENSE-2.0
13  ** Unless required by applicable law or agreed to in writing, software
14  ** distributed under the License is distributed on an "AS IS" BASIS,
15  ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  ** See the License for the specific language governing permissions and
17  ** limitations under the License.
18  *
19  *********************************************************************************/
20 /*----------------------------------------------------------------------
21  I n c l u d e s
22 ----------------------------------------------------------------------*/
23 #include "structures.h"
24 
25 #include <cstdio>
26 
27 
28 /*----------------------------------------------------------------------
29  F u n c t i o n s
30 ----------------------------------------------------------------------*/
LIST new_cell()
#define makestructure(newfunc, old, type)
Definition: structures.h:39
void free_cell(LIST)