help.c

来自「小型的c语言程序实例 都通过编译 有word的介绍文档」· C语言 代码 · 共 13 行

C
13
字号
/*帮助文件*/
ShowHelp()
{
    printf("\n");
    printf("=================================================\n");
    printf("+     Examination and Excersize System          +\n");
    printf("+++++++++++++++++++++++++++++++++++++++++++++++++\n");
    printf("+  1.you can choose the file to test            +\n");
    printf("+  2.you can change the file content            +\n");
    printf("+  3.System will tell you how long you have used+\n");
    printf("=================================================\n");
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?