?? head.mak
字號:
#
# Makefile for HEAD.EXE
#
# Compiler : Microsoft C 6.0
# Created : 4.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my system
# and is therefore renamed llibce.lib.
head.exe: head.obj
link /NOE head.obj setargv.obj, , NUL.MAP,mtoolsp, ,
bind head.exe
exehdr /PMTYPE:VIO head.exe
del head.obj
head.obj: head.c
CL -AL -c head.c
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -