The R Project SVN R

Rev

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

Rev 37572 Rev 37589
Line 17... Line 17...
17
 *  along with this program; if not, write to the Free Software
17
 *  along with this program; if not, write to the Free Software
18
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
18
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA
19
 */
19
 */
20
 
20
 
21
/* This header file is to provide hooks for external GUIs such as
21
/* This header file is to provide hooks for external GUIs such as
22
   GNOME and Cocoa.  It is only used on Unix-alikes */
22
   GNOME and Cocoa.  It is only used on Unix-alikes.  All entries
-
 
23
   here should be documented in doc/manual/R-exts.texi            */
23
 
24
 
24
#ifndef RINTERFACE_H_
25
#ifndef RINTERFACE_H_
25
#define RINTERFACE_H_
26
#define RINTERFACE_H_
26
 
27
 
27
#ifdef __cplusplus
28
#ifdef __cplusplus