Changeset 49 in dev for BasicCompiler_Common/StrOperation.cpp
- Timestamp:
- Feb 10, 2007, 6:13:37 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/StrOperation.cpp
r41 r49 317 317 return i; 318 318 } 319 int JumpStringInPare(c har *buffer,int pos){319 int JumpStringInPare(const char *buffer,int pos){ 320 320 int PareNum; 321 321 for(PareNum=1;;pos++){ … … 335 335 return 0; 336 336 } 337 int JumpStringInBracket(c har *buffer,int pos){337 int JumpStringInBracket(const char *buffer,int pos){ 338 338 int PareNum; 339 339 for(PareNum=1;;pos++){
Note:
See TracChangeset
for help on using the changeset viewer.