Ice Sheet System Model
4.18
Code documentation
src
c
shared
String
ApiPrintf.cpp
Go to the documentation of this file.
1
5
#ifdef HAVE_CONFIG_H
6
#include <config.h>
7
#else
8
#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
9
#endif
10
11
#include <stdio.h>
12
13
void
ApiPrintf
(
const
char
*
string
){
14
printf(
"%s"
,
string
);
15
}
ApiPrintf
void ApiPrintf(const char *string)
Definition:
ApiPrintf.cpp:13
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19