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

📄 linux.mt

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 MT
字号:
# Use the libio which comes with the local libc.# Comment this out to avoid including the stdio functions in libiostream.a:# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`# Comment the above and uncomment the below to use the code in the Linux libc:# We have _G_config.h in /usr/include._G_CONFIG_H=# We must not see the libio.h file from this library.LIBIO_INCLUDE=# We have those in libc.a.IO_OBJECTS= iogetline.oSTDIO_WRAP_OBJECTS=OSPRIM_OBJECTS=STDIO_OBJECTS=# We have the rest in /usr/include.USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \	indstream.h iomanip.h iostream.h istream.h ostream.h \	parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \	streambuf.h strfile.h strstream.h

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -