⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compdate.c

📁 basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code
💻 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 + -