查看会员资料
用 户 名:mu***
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
c_prgm_check
- # This scr ipt scans a list of C programs and # tries to find if statements which do assignments. # Specifically, it looks for any line which contains # text of the form if(....), where if is the first # non-blank thing on the line, and the (