compdate.c
来自「basic.c */ /**//* Project:NeuroBasic, b」· C语言 代码 · 共 23 行
C
23 行
/****************************************************************//* *//* 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 + =
减小字号Ctrl + -
显示快捷键?