📄 compdate.c
字号:
/****************************************************************//* *//* Name: compdate.c *//* *//* Project: NeuroBasic, basic package *//* *//* Survey: Defines a string with the compilation date. *//* This file will be compiled anytime anything *//* else of the NeuroBasic environment will be *//* compiled or linked. *//* *//* Author: Urs Mueller *//* Electronics Laboratory, ETH Zuerich *//* Switzerland *//* *//* Created: August 5, 1994 *//* Modified: August 5, 1994 (um) *//* *//****************************************************************/char *compilation_date = __DATE__;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -