Changeset 77 for trunk/include
- Timestamp:
- Sep 29, 2005, 10:21:05 PM (19 years ago)
- Location:
- trunk/include
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/fortran/RpFortranCommon.h
r76 r77 3 3 #include <ctype.h> 4 4 #include <string.h> 5 #include <string> 5 6 6 7 #ifndef _RpFORTRAN_COMMON_H 7 8 #define _RpFORTRAN_COMMON_H 9 8 10 9 11 #ifdef __cplusplus … … 12 14 13 15 char* null_terminate(char* inStr, int len); 14 16 std::string null_terminate_str(const char* inStr, int len); 15 17 void fortranify(const char* inBuff, char* retText, int retTextLen); 16 18
Note: See TracChangeset
for help on using the changeset viewer.