📄 compile.c.in,v
字号:
head 1.1;access;symbols zero-five-zero:1.1 zero-four-seventeen:1.1 zero-four-ten:1.1 zero-four-nine:1.1 zero-four-eight:1.1 zero-four-five:1.1 zero-four-zero:1.1;locks neto:1.1; strict;comment @# @;1.1date 97.05.21.14.29.53; author neto; state Exp;branches;next ;desc@Record the compiler and flags used to generate the binary.@1.1log@Initial revision@text@/* @@configure_input@@ *//* This file lets the program LK know at what compiler and flags were used * to make the program binary. The items between at signs `@@' are * substituted for at configuration time. */const char *compile_compile="@@CC@@ -c @@DEFS@@ @@CPPFLAGS@@ @@CFLAGS@@"" (and possibly other -I flags)";const char *compile_link="@@CC@@ @@LDFLAGS@@";@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -