source: issm/trunk-jpl/src/c/shared/String/sharedstring.h@ 15164

Last change on this file since 15164 was 15164, checked in by Mathieu Morlighem, 12 years ago

BUG: missing include files

File size: 322 bytes
Line 
1/*!\file: sharedstring.h
2 * \brief prototypes for sharedstring.h
3 */
4
5#ifndef _SHAREDSTRING_H_
6#define _SHAREDSTRING_H_
7
8int DescriptorIndex(char* root, int* pindex,char* descriptor);
9
10#ifndef WIN32
11int stricmp(const char* a,const char* b);
12#endif
13
14void ApiPrintf(const char* string);
15
16#endif //ifndef _SHAREDSTRING_H_
Note: See TracBrowser for help on using the repository browser.