compile.c.in,v
来自「Lin-Kernighan heuristic for the TSP and 」· IN,V 代码 · 共 41 行
IN,V
41 行
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 + =
减小字号Ctrl + -
显示快捷键?