tesseract
4.0.0-1-g2a2b
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
* Created: Wed May 30 10:27:26 1990
8
* Modified: Mon Jul 15 10:39:18 1991 (Mark Seaman) marks@hpgrlt
9
* Language: C
10
* Package: N/A
11
* Status: Experimental (Do Not Distribute)
12
*
13
* (c) Copyright 1990, Hewlett-Packard Company.
14
** Licensed under the Apache License, Version 2.0 (the "License");
15
** you may not use this file except in compliance with the License.
16
** You may obtain a copy of the License at
17
** http://www.apache.org/licenses/LICENSE-2.0
18
** Unless required by applicable law or agreed to in writing, software
19
** distributed under the License is distributed on an "AS IS" BASIS,
20
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
** See the License for the specific language governing permissions and
22
** limitations under the License.
23
*
24
*********************************************************************************/
25
/*----------------------------------------------------------------------
26
I n c l u d e s
27
----------------------------------------------------------------------*/
28
#include "
structures.h
"
29
30
#include <cstdio>
31
32
33
/*----------------------------------------------------------------------
34
F u n c t i o n s
35
----------------------------------------------------------------------*/
36
makestructure
(
new_cell
,
free_cell
,
list_rec
)
list_rec
Definition:
oldlist.h:129
structures.h
makestructure
#define makestructure(newfunc, old, type)
Definition:
structures.h:39
free_cell
void free_cell(LIST)
new_cell
LIST new_cell()
tesseract-ocr.master
src
cutil
structures.cpp
Generated on Mon Oct 29 2018 11:03:48 for tesseract by
1.8.14