cantera/ext/f2c_math/printstring.c
2012-02-03 23:41:00 +00:00

5 lines
71 B
C

#include <stdio.h>
void printstring_(char* s) {
printf("%s",s);
}