Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
extern.h
Go to the documentation of this file.
1 #ifndef EXTERN_H
2 #define EXTERN_H
3 
4 /* -*-C-*-
5  ********************************************************************************
6  *
7  * File: extern.h (Formerly extern.h)
8  * Description: External definitions for C or C++
9  * Author: Mark Seaman, OCR Technology
10  * Created: Tue Mar 20 14:01:22 1990
11  * Modified: Tue Mar 20 14:02:09 1990 (Mark Seaman) marks@hpgrlt
12  * Language: C
13  * Package: N/A
14  * Status: Experimental (Do Not Distribute)
15  *
16  * (c) Copyright 1990, Hewlett-Packard Company.
17  ** Licensed under the Apache License, Version 2.0 (the "License");
18  ** you may not use this file except in compliance with the License.
19  ** You may obtain a copy of the License at
20  ** http://www.apache.org/licenses/LICENSE-2.0
21  ** Unless required by applicable law or agreed to in writing, software
22  ** distributed under the License is distributed on an "AS IS" BASIS,
23  ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24  ** See the License for the specific language governing permissions and
25  ** limitations under the License.
26  *
27  ********************************************************************************
28  */
29 
30 #define EXTERN extern
31 
32 #endif