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

Last change on this file since 10937 was 5469, checked in by Eric.Larour, 15 years ago

New DescriptorIndex instead of isdistributed. Much
more efficient, relies on tokens to get it right.

File size: 222 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#endif //ifndef _SHAREDSTRING_H_
11
Note: See TracBrowser for help on using the repository browser.