home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.whtech.com
/
ftp.whtech.com.7z
/
ftp.whtech.com
/
emulators
/
v9t9
/
linux
/
sources
/
V9t9
/
source
/
command_rl.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
2006-10-19
|
169 b
|
14 lines
#ifndef __COMMAND_RL_H__
#define __COMMAND_RL_H__
#include <stdio.h>
#include <centry.h>
void readline_getcommands(FILE *in, FILE *out);
#include <cexit.h>
#endif