Ice Sheet System Model  4.18
Code documentation
Functions
ApiPrintf.cpp File Reference
#include "./javascriptio.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 14 of file ApiPrintf.cpp.

14  {
15 
16  /*use mexPrintf in matlab: */
17  printf(string);
18  return;
19 }