LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
Main Page
Data Types List
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Macros
Cintface.c
Go to the documentation of this file.
1
#include <stdio.h>
2
3
void
c_intface_
(
int
*i)
4
{
5
fprintf(stdout,
"ADD_\n"
);
6
}
7
8
void
c_intface
(
int
*i)
9
{
10
fprintf(stdout,
"NOCHANGE\n"
);
11
}
12
13
void
c_intface__
(
int
*i)
14
{
15
fprintf(stdout,
"f77IsF2C\n"
);
16
}
17
18
void
C_INTFACE
(
int
*i)
19
{
20
fprintf(stdout,
"UPPER\n"
);
21
}
lapacke
mangling
Cintface.c
Generated on Mon Dec 30 2013 16:09:16 for LAPACK by
1.8.1.2