Waitrud Weber’s blog

things and reminders for memories

2019-11-02から1日間の記事一覧

WindowsAPI: windows-make: Analyzer: function step: 001: found void

20191102 We could find void, so, we are going to analyze function part. We added class aToken function private "int found_type( char* p_token )". int aToken::found_type( char* p_token ) { if ( m_compare( p_token, "void") == 1 ) { err_msg_0…