source: git/src/readval.h @ bd283cf6

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 bd283cf6 was 3cf02f5, checked in by Olly Betts <olly@…>, 27 years ago

removed TRIM_PREFIX

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

  • Property mode set to 100644
File size: 396 bytes
Line 
1/* > readval.h
2 * Header file for routines to read a datum from the current input file
3 * Copyright (C) 1991-1994,1997 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
101997.08.24 removed TRIM_PREFIX
11*/
12
13extern prefix *read_prefix( bool fOmit );
14extern real    read_numeric( bool fOmit );
Note: See TracBrowser for help on using the repository browser.