File indexing completed on 2025-02-21 10:05:29
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032
0033
0034
0035 #ifndef CERN_KUIP_INTERFACE
0036 #define CERN_KUIP_INTERFACE
0037
0038 #include "paw/pilot.h"
0039
0040 #include <cfortran/cfortran.h>
0041
0042
0043 extern void ku_alfa( void );
0044 extern char * ku_getc( void );
0045 extern char * ku_getf( void );
0046 extern int ku_geti( void );
0047 extern char * ku_gets( void );
0048 extern char * ku_getl( void );
0049 extern int ku_npar( void );
0050 extern char * ku_path( void );
0051 extern char * ku_proc( const char* prompt, const char* dfault );
0052
0053
0054 PROTOCCALLSFSUB3(KUVECT,kuvect,STRING,PINT,PINT)
0055 #define KUVECT(VECNAM,LLOW,LHIGH) CCALLSFSUB3(KUVECT,kuvect,STRING,PINT,PINT,VECNAM,LLOW,LHIGH)
0056
0057
0058 #if defined(CERNLIB_WINNT) || defined(CERNLIB_MSDOS) || defined(CERNLIB_VAXVMS)
0059
0060 extern int strcasecmp( const char* str1, const char* str2 );
0061 extern int strncasecmp( const char* str1, const char* str2, size_t n );
0062
0063 #endif
0064
0065 #endif