source: git/src/readval.h @ f8a47b4

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernloglog-selectstereostereo-2025walls-datawalls-data-hanging-as-warningwarn-only-for-hanging-survey
Last change on this file since f8a47b4 was d1b1380, checked in by Olly Betts <olly@…>, 28 years ago

Initial revision

git-svn-id: file:///home/survex-svn/survex/trunk@2 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 381 bytes
Line 
1/* > readval.h
2 * Header file for routines to read a datum from the current input file
3 * Copyright (C) 1991-1994 Olly Betts
4 */
5
6/*
71994.04.16 created
81994.05.09 moved TRIM_PREFIX from readval.c
91994.11.13 removed read_numeric_UD and fDefault argument from read_numeric
10*/
11
12#define TRIM_PREFIX
13
14extern prefix *read_prefix( bool fOmit );
15extern real    read_numeric( bool fOmit );
Note: See TracBrowser for help on using the repository browser.