Changeset 77 for trunk/include


Ignore:
Timestamp:
Sep 29, 2005, 10:21:05 PM (19 years ago)
Author:
dkearney
Message:
  1. initial checkin of RpLibrary? code, includes c++/c/fortran bindings
  2. minor modifications to makefiles to accommodate new code
  3. updated README in src to tell how to compile code in src and test
Location:
trunk/include
Files:
5 added
1 edited

Legend:

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

    r76 r77  
    33#include <ctype.h>
    44#include <string.h>
     5#include <string>
    56
    67#ifndef _RpFORTRAN_COMMON_H
    78#define _RpFORTRAN_COMMON_H
     9
    810
    911#ifdef __cplusplus
     
    1214
    1315char* null_terminate(char* inStr, int len);
    14 
     16std::string null_terminate_str(const char* inStr, int len);
    1517void fortranify(const char* inBuff, char* retText, int retTextLen);
    1618
Note: See TracChangeset for help on using the changeset viewer.