/*!\file: sharedstring.h * \brief prototypes for sharedstring.h */ #ifndef _SHAREDSTRING_H_ #define _SHAREDSTRING_H_ int DescriptorIndex(char* root, int* pindex,char* descriptor); void ApiPrintf(const char* string); #endif //ifndef _SHAREDSTRING_H_