代码搜索:Header
找到约 10,000 项符合「Header」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5935459
awk header.awk
BEGIN{
"date" | getline cur_time
close ("date")
print "This line printed on", cur_time
}
www.eeworm.com/read/131315/5939365
h header.h
/* Header file to remap longnames to shortnames. Note that not
all cpp's support longnames. In particular, most pre 5.2 UniSoft
ports only support 16 unique characters. To bootstrap GNU emacs
www.eeworm.com/read/131315/5941214
prepend-header
#!/bin/csh -f
# usage: prepend file string1 ... stringn
#
if ($#argv < 2) then
echo incorrect usage ; exit 1;
endif
set FILE = $1; shift;
set TMP = /tmp/prepend.$$
if (!(-r $FILE)) then
echo fil
www.eeworm.com/read/131315/5945492
me header.me
.\" Copyright (c) 1982, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are per
www.eeworm.com/read/131315/5946339
h header.h
/* header.h Larn is copyrighted 1986 by Noah Morgan. */
#define MAXLEVEL 11
/* max # levels in the dungeon */
#define MAXVLEVEL 3
/* max # of levels in the temple of the luran */
#define MAXX 67