The R Project SVN R

Rev

Rev 19371 | Rev 23062 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19371 Rev 19500
Line 18... Line 18...
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 */
19
 */
20
#ifndef R_LINPACK_H_
20
#ifndef R_LINPACK_H_
21
#define R_LINPACK_H_
21
#define R_LINPACK_H_
22
 
22
 
23
#include "R_ext/RS.h"		/* for F77_... */
23
#include <R_ext/RS.h>		/* for F77_... */
24
 
24
 
25
#ifdef  __cplusplus
25
#ifdef  __cplusplus
26
extern "C" {
26
extern "C" {
27
#endif
27
#endif
28
 
28