Tesseract
3.02
|
00001 #ifndef EXTERN_H 00002 #define EXTERN_H 00003 00004 /* -*-C-*- 00005 ******************************************************************************** 00006 * 00007 * File: extern.h (Formerly extern.h) 00008 * Description: External definitions for C or C++ 00009 * Author: Mark Seaman, OCR Technology 00010 * Created: Tue Mar 20 14:01:22 1990 00011 * Modified: Tue Mar 20 14:02:09 1990 (Mark Seaman) marks@hpgrlt 00012 * Language: C 00013 * Package: N/A 00014 * Status: Experimental (Do Not Distribute) 00015 * 00016 * (c) Copyright 1990, Hewlett-Packard Company. 00017 ** Licensed under the Apache License, Version 2.0 (the "License"); 00018 ** you may not use this file except in compliance with the License. 00019 ** You may obtain a copy of the License at 00020 ** http://www.apache.org/licenses/LICENSE-2.0 00021 ** Unless required by applicable law or agreed to in writing, software 00022 ** distributed under the License is distributed on an "AS IS" BASIS, 00023 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00024 ** See the License for the specific language governing permissions and 00025 ** limitations under the License. 00026 * 00027 ******************************************************************************** 00028 */ 00029 00030 #define EXTERN extern 00031 00032 #endif