Csdp
Csdp copied to clipboard
Add proper declarations for BLAS/LAPACK functions
trafficstars
Otherwise, when compiling with C23 (which is the default in GCC 15), we get "too many arguments to function" errors.
We also add BLAS_FUNC and LAPACK_FUNC macros so we don't need to have four different declarations for each function.