Waitrud Weber’s blog

things and reminders for memories

CodeAnalyzer: windows-make: 1

*
Find index of functions as name in *.cpp.

To avoid friction of compilation error and that execution, we define the message type and consider the scope of codes.

For example, on the code of loop, the message as "printf" could be read worse more.

*

- - - -
-

    success = 0;
    key_j = 0;
    for ( i=0; i< end_index; i++ ) {
        c = get_char(fp);
        token_str = (char*) put_token (c);
        for ( j = 0; j<N; j++ ) {
            success = (char*)m_last_with ( token_str, (char*) func_return [j] );
            if (success == 1) {
                key_j = j;
                break;
            } 
        }
    }

- -
- Lock_On - -
- Lock_Out - -
- Type List.  - -
- - - -
- - - -
- - - -

 

*

-   type  -
1 function  - -
2 out of loop mem -
3 - - -
4 - - -
5 - - -
6 - - -
7 - - -

 

*dependency

- - ensure -
1 printf value and code -
2 sprintf value and code -
- - - -
- - - -
- - - -
- - - -
- - - -

*

The code value as calculation is ensured some times only when we use the "printf".