cantera/ext/math/printstring.c
2007-04-25 00:14:36 +00:00

5 lines
71 B
C

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