Changeset 485


Ignore:
Timestamp:
Jul 11, 2006 9:10:02 AM (18 years ago)
Author:
nkissebe
Message:

null_terminate_str can't have extern "C" interface (Microsoft C++ enforces)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/fortran/RpFortranCommon.h

    r115 r485  
    2222#define _RpFORTRAN_COMMON_H
    2323
     24std::string null_terminate_str(const char* inStr, int len);
    2425
    2526#ifdef __cplusplus
     
    2829
    2930char* null_terminate(char* inStr, int len);
    30 std::string null_terminate_str(const char* inStr, int len);
    3131void fortranify(const char* inBuff, char* retText, int retTextLen);
    3232
Note: See TracChangeset for help on using the changeset viewer.