Sign in
go
/
go
/
74fe67f22e41f06ab93fc5123964f144040191aa
/
.
/
include
/
plan9
/
mklibc.rc
blob: 449e15fdffa65c15f4e52d4096536c5d1824beb2 [
file
] [
log
] [
blame
]
#!/
bin
/
rc
pattern
=
'
/
umuldiv
/
d
/
rune routines
/,/^
\/\*
/
d
/
print routines
/,/^
\/\*
/
d
/
error string
for
/,/^
\/\*
/
d
'
sed
-
e $pattern
/
sys
/
include
/
libc
.
h
|
awk
'/^enum/ && !n++, /^};/ {next}1'