Ignore:
Timestamp:
Feb 10, 2007, 6:13:37 AM (17 years ago)
Author:
dai_9181
Message:

戻り値オブジェクトのメンバを直接的に参照できるようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/StrOperation.cpp

    r41 r49  
    317317    return i;
    318318}
    319 int JumpStringInPare(char *buffer,int pos){
     319int JumpStringInPare(const char *buffer,int pos){
    320320    int PareNum;
    321321    for(PareNum=1;;pos++){
     
    335335    return 0;
    336336}
    337 int JumpStringInBracket(char *buffer,int pos){
     337int JumpStringInBracket(const char *buffer,int pos){
    338338    int PareNum;
    339339    for(PareNum=1;;pos++){
Note: See TracChangeset for help on using the changeset viewer.