home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Public Domain 1
/
APDL_PD1A.iso
/
program
/
assembler
/
as
/
src
/
h
/
help_lex
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-20
|
249 b
|
17 lines
/*
* help_lex.h
* Copyright © 1992 Niklas Röjemo
*/
#ifndef _help_lex_h
#define _help_lex_h
#ifndef _global_h
#include "global.h"
#endif
WORD lexGetCharFromString( int *ilen, char **istr);
WORD lexChar2Int(BOOL rev,int len,char *str);
#endif