1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
<doc 15
     16

     17
<doc 18
     19

     20
<doc 21
     22

     23
<doc 24
     25

     26
<doc 27
     28

     29
     30
/*
 *  This software is derived from f2c (http://www.netlib.org/f2c)
 *
 *  Copyright 1990, 1992 - 1997, 1999, 2000 by AT&T, Lucent Technologies
 *  and Bellcore.
 *
 *  See the LICENCE file for the permission notice and warranty disclaimer
 *  provided by the f2c authors.
 *
 */

#ifndef F77CRASH_AUXILIARY_H
#define F77CRASH_AUXILIARY_H 1

void
initAuxiliary();

int
hexToInt(char c);

bool
isAlpha_(int c);

bool
isAlphaNum_(int c);

unsigned char
letter(char c);

#endif // F77CRASH_AUXILIARY_H