Ice Sheet System Model  4.18
Code documentation
sharedstring.h
Go to the documentation of this file.
1 
5 #ifndef _SHAREDSTRING_H_
6 #define _SHAREDSTRING_H_
7 
8 int DescriptorIndex(char* root, int* pindex,char* descriptor);
9 void ApiPrintf(const char* string);
10 
11 #endif //ifndef _SHAREDSTRING_H_
ApiPrintf
void ApiPrintf(const char *string)
Definition: ApiPrintf.cpp:13
DescriptorIndex
int DescriptorIndex(char *root, int *pindex, char *descriptor)
Definition: DescriptorIndex.cpp:20