Last change
on this file was 16289, checked in by Mathieu Morlighem, 11 years ago |
DEL: removing strcmpi not needed anymore
|
File size:
257 bytes
|
Rev | Line | |
---|
[679] | 1 | /*!\file: sharedstring.h
|
---|
| 2 | * \brief prototypes for sharedstring.h
|
---|
| 3 | */
|
---|
| 4 |
|
---|
| 5 | #ifndef _SHAREDSTRING_H_
|
---|
| 6 | #define _SHAREDSTRING_H_
|
---|
| 7 |
|
---|
[5469] | 8 | int DescriptorIndex(char* root, int* pindex,char* descriptor);
|
---|
[15164] | 9 | void ApiPrintf(const char* string);
|
---|
[15091] | 10 |
|
---|
[679] | 11 | #endif //ifndef _SHAREDSTRING_H_
|
---|
Note:
See
TracBrowser
for help on using the repository browser.