9 # ifdef CERNLIB_MSSTDCALL
11 # define type_of_call _stdcall
12 # ifndef CERNLIB_QXCAPT
13 # define CERNLIB_QXCAPT
17 # ifndef CERNLIB_QXNO_SC
18 # define CERNLIB_QXNO_SC
21 # define type_of_call _stdcall
22 # define DEFCHARD const char* , const int
24 # define PASSCHARD(string) string, strlen(string)
25 # define PASSCHARL(string)
27 # define DEFCHARD const char*
28 # define DEFCHARL , const int
29 # define PASSCHARD(string) string
30 # define PASSCHARL(string) , strlen(string)
33 # define F77_NAME(name,NAME) NAME
35 # if defined(CERNLIB_QXNO_SC)
36 # define F77_NAME(name,NAME) name
38 # define F77_NAME(name,NAME) name##_