The R Project SVN R

Rev

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

Rev 59039 Rev 60253
Line 15... Line 15...
15
 *  You should have received a copy of the GNU Lesser General Public License
15
 *  You should have received a copy of the GNU Lesser General Public License
16
 *  along with this program; if not, a copy is available at
16
 *  along with this program; if not, a copy is available at
17
 *  http://www.r-project.org/Licenses/
17
 *  http://www.r-project.org/Licenses/
18
 */
18
 */
19
 
19
 
-
 
20
/*
-
 
21
  Interface to R's platform-independent implementation of iconv.
-
 
22
 
-
 
23
  Part of the API.
-
 
24
*/
-
 
25
 
20
#ifndef R_ICONV_H
26
#ifndef R_ICONV_H
21
#define R_ICONV_H
27
#define R_ICONV_H
22
 
28
 
23
#ifdef  __cplusplus
29
#ifdef  __cplusplus
24
extern "C" {
30
extern "C" {