main.c

来自「Controller Area Network Programming Inte」· C语言 代码 · 共 31 行

C
31
字号
/***************************************************************************                          main.c  -  description                                                           -------------------                                             begin                : Fri Aug 20 23:23:22 MEST 1999                                               copyright            : (C) 1999 by Uwe Koppe                             email                : koppe@microcontrol.net                                      ***************************************************************************//*************************************************************************** *                                                                         * *   This program is free software; you can redistribute it and/or modify  * *   it under the terms of the GNU General Public License as published by  * *   the Free Software Foundation; either version 2 of the License, or     * *   (at your option) any later version.                                   *  *                                                                         * ***************************************************************************/#ifdef HAVE_CONFIG_H#include <config.h>#endif#include <stdio.h>#include <stdlib.h>int main(int argc, char** argv){printf("Hello, world!\n");return EXIT_SUCCESS;}

⌨️ 快捷键说明

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