More files to C++.
[alexxy/gromacs.git] / src / gromacs / legacyheaders / string2.h
index b29861b9d168fff2e288802fd1958dd76e6153cb..4a847426f827e0b3b9b5b65d32776f2c8367fec2 100644 (file)
@@ -115,6 +115,9 @@ void rtrim(char *str);
 /** Remove leading and trailing whitespace from a string. */
 void trim(char *str);
 
+/** Portable version of ctime_r. */
+char *gmx_ctime_r(const time_t *clock, char *buf, int n);
+
 /** Prints creation time stamp and user information into a file as comments. */
 void nice_header(FILE *out, const char *fn);