ARPDAS_QNX6 1.0
nctable.h
Go to the documentation of this file.
00001 #ifndef NCTABLE_H_INCLUDED
00002 #define NCTABLE_H_INCLUDED
00003 
00004 #define NCT_CHARS_GR 0
00005 #define NCT_CHARS_ASCII 1
00006 
00007 #ifdef __cplusplus
00008   extern "C" {
00009 #endif
00010 
00011 extern void nct_init_options(int argc, char **argv);
00012 extern void nct_args( char *dev_name );
00013 extern void nct_charset(int n);
00014 extern int nct_init( const char *winname, int n_rows, int n_cols );
00015 extern int nct_cmdclt_init(void);
00016 extern void nct_refresh(void);
00017 extern void nct_string( int winnum, int attr, int row, int col,
00018                 const char *text );
00019 extern void nct_clear( int winnum );
00020 extern void nct_hrule( int winnum, int attr, int row, int col,
00021                 unsigned char *rule );
00022 extern void nct_vrule( int winnum, int attr, int row, int col,
00023                 unsigned char *rule );
00024 extern char nct_getch(void);
00025 
00026 #ifdef __cplusplus
00027   }
00028 #endif
00029 
00030 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines