Ice Sheet System Model  4.18
Code documentation
Functions
ApiPrintf.cpp File Reference
#include <stdio.h>

Go to the source code of this file.

Functions

void ApiPrintf (const char *string)
 

Function Documentation

◆ ApiPrintf()

void ApiPrintf ( const char *  string)

Definition at line 13 of file ApiPrintf.cpp.

13  {
14  printf("%s",string);
15 }