The R Project SVN R

Rev

Rev 86265 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86265 Rev 86515
Line 28... Line 28...
28
 
28
 
29
   R packages that use these should have PKG_LIBS in src/Makevars include
29
   R packages that use these should have PKG_LIBS in src/Makevars include
30
   $(BLAS_LIBS) $(FLIBS)
30
   $(BLAS_LIBS) $(FLIBS)
31
 */
31
 */
32
 
32
 
33
/* Part of the API */
-
 
34
 
-
 
35
#ifndef R_BLAS_H
33
#ifndef R_BLAS_H
36
#define R_BLAS_H
34
#define R_BLAS_H
37
 
35
 
38
#include <R_ext/RS.h>		/* for F77_... */
36
#include <R_ext/RS.h>		/* for F77_... */
39
 
37