X7ROOT File Manager
Current Path:
/usr/share/awk
usr
/
share
/
awk
/
??
..
??
assert.awk
(383 B)
??
bits2str.awk
(334 B)
??
cliff_rand.awk
(307 B)
??
ctime.awk
(234 B)
??
ftrans.awk
(315 B)
??
getopt.awk
(2.15 KB)
??
gettime.awk
(2.43 KB)
??
group.awk
(1.72 KB)
??
have_mpfr.awk
(221 B)
??
inplace.awk
(1.95 KB)
??
intdiv0.awk
(462 B)
??
join.awk
(378 B)
??
libintl.awk
(238 B)
??
noassign.awk
(422 B)
??
ord.awk
(937 B)
??
passwd.awk
(1.17 KB)
??
processarray.awk
(355 B)
??
quicksort.awk
(1.01 KB)
??
readable.awk
(489 B)
??
readfile.awk
(267 B)
??
rewind.awk
(404 B)
??
round.awk
(661 B)
??
shellquote.awk
(472 B)
??
strtonum.awk
(1.42 KB)
??
walkarray.awk
(214 B)
??
zerofile.awk
(424 B)
Editing: assert.awk
# assert --- assert that a condition is true. Otherwise, exit. # # Arnold Robbins, arnold@skeeve.com, Public Domain # May, 1993 function assert(condition, string) { if (! condition) { printf("%s:%d: assertion failed: %s\n", FILENAME, FNR, string) > "/dev/stderr" _assert_exit = 1 exit 1 } } END { if (_assert_exit) exit 1 }
Upload File
Create Folder