Tesseract
3.02
|
00001 /* -*-C-*- 00002 ################################################################################ 00003 # 00004 # File: listio.h 00005 # Description: List I/O processing procedures. 00006 # Author: Mark Seaman, Software Productivity 00007 # Created: Thu Jul 23 13:24:09 1987 00008 # Modified: Mon Oct 16 11:38:52 1989 (Mark Seaman) marks@hpgrlt 00009 # Language: C 00010 # Package: N/A 00011 # Status: Reusable Software Component 00012 # 00013 # (c) Copyright 1987, Hewlett-Packard Company. 00014 ** Licensed under the Apache License, Version 2.0 (the "License"); 00015 ** you may not use this file except in compliance with the License. 00016 ** You may obtain a copy of the License at 00017 ** http://www.apache.org/licenses/LICENSE-2.0 00018 ** Unless required by applicable law or agreed to in writing, software 00019 ** distributed under the License is distributed on an "AS IS" BASIS, 00020 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00021 ** See the License for the specific language governing permissions and 00022 ** limitations under the License. 00023 # 00024 ################################################################################ 00025 * Revision 1.5 89/06/27 11:56:00 11:56:00 marks (Mark Seaman) 00026 * Fixed MAC_OR_DOS bug 00027 * 00028 00029 This file contains the interface definitions to a set of general purpose 00030 list I/O routines. 00031 00032 ***********************************************************************/ 00033 #ifndef LISTIO_H 00034 #define LISTIO_H 00035 00036 #include <stdio.h> 00037 #include "oldlist.h" 00038 00039 /*---------------------------------------------------------------------------- 00040 Public Funtion Prototypes 00041 --------------------------------------------------------------------------*/ 00042 LIST read_list(const char *filename); 00043 #endif