tesseract
4.1.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
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
----------------------------------------------------------------------*/
31
makestructure
(
new_cell
,
free_cell
,
list_rec
)
new_cell
LIST new_cell()
structures.h
list_rec
Definition:
oldlist.h:81
makestructure
#define makestructure(newfunc, old, type)
Definition:
structures.h:39
free_cell
void free_cell(LIST)
src
cutil
structures.cpp
Generated by
1.8.11