kbdterm.h

Go to the documentation of this file.
00001 
00002 #ifndef _SIC_KBDTERM_H_
00003 #define _SIC_KBDTERM_H_
00004 
00010 /***************************************************************************** 
00011  *                              Dependencies                                 * 
00012  *****************************************************************************/
00013 
00014 #include "cfc.h"
00015 
00016 /***************************************************************************** 
00017  *                          Macros & Definitions                             * 
00018  *****************************************************************************/
00019 
00020 #define kbd_line CFC_EXPORT_NAME( kbd_line)
00021 
00022 /***************************************************************************** 
00023  *                           Function prototypes                             * 
00024  *****************************************************************************/
00025 
00026 void reset_kbd_line( char *prompt, char *line, int *code);
00027 int CFC_API kbd_line( char *prompt, char *line, int *code);
00028 
00029 #endif /* _SIC_KBDTERM_H_ */
00030 

Generated on Tue Mar 13 15:15:40 2007 for SIC by  doxygen 1.5.1