Changeset 14984
- Timestamp:
- 05/09/13 02:37:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/String/DescriptorIndex.cpp
r14983 r14984 14 14 #include <string.h> 15 15 #include <ctype.h> 16 #include "../../shared/Enum/Enum.h" 16 #include "../Enum/Enum.h" 17 #include "../io/io.h" 18 #include "../Exceptions/exceptions.h" 17 19 18 20 int DescriptorIndex(char* root, int* pindex,char* descriptor){ //We assume root has already been allocated, and we just have to copy into it.
Note:
See TracChangeset
for help on using the changeset viewer.