/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors are mentioned in the code where appropriate. * * * * Permission to use, copy, modify and distribute this software and its * * documentation strictly for non-commercial purposes is hereby granted * * without fee, provided that the above copyright notice appears in all * * copies and that both the copyright notice and this permission notice * * appear in the supporting documentation. The authors make no claims * * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * * stolen by Pasha from Federico * **************************************************************************/ #if defined(CERNLIB_WINNT) #define cteq6_gcaddc CTEQ6_GCADDC #define cteq6_gcaddf CTEQ6_GCADDF #define cteq6_gcaddd CTEQ6_GCADDD #define cteq6_gcaddi CTEQ6_GCADDI #define cteq6_gcaddl CTEQ6_GCADDL #define type_of_call _stdcall #else #define cteq6_gcaddc cteq6_gcaddc_ #define cteq6_gcaddf cteq6_gcaddf_ #define cteq6_gcaddd cteq6_gcaddd_ #define cteq6_gcaddi cteq6_gcaddi_ #define cteq6_gcaddl cteq6_gcaddl_ #define type_of_call #endif extern "C" char* type_of_call cteq6_gcaddc(char *arg) { return arg; } extern "C" double* type_of_call cteq6_gcaddd(double *arg) { return arg; } extern "C" int* type_of_call cteq6_gcaddi(int *arg) { return arg; } extern "C" float* type_of_call cteq6_gcaddf(float *arg) { return arg; } extern "C" int* type_of_call cteq6_gcaddl(int *arg) { return arg; }