]> git.lizzy.rs Git - plan9front.git/blob - sys/src/cmd/7c/mkenam
9bootfat: rename open() to fileinit and make it static as its really a internal funct...
[plan9front.git] / sys / src / cmd / 7c / mkenam
1 ed - ../7c/7.out.h <<'!'
2 v/^     A/d
3 ,s/^    A/      "/
4 g/ .*$/s///
5 ,s/,*$/",/
6 1i
7 char*   anames[] =
8 {
9 .
10 $a
11 };
12 .
13 w enam.c
14 Q
15 !