diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-06 21:01:19 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2013-06-06 21:01:19 +0000 |
| commit | 7ded4a527bdfd0e8b3a9049955f2af89e5f039ee (patch) | |
| tree | 7ee0f03dd4e5cad072bc0c816468ebfd0dd17c67 /lib9/runetype.c | |
| parent | 8bdf904b6a23b93336ae2837772110bcdad234ce (diff) | |
sync with Plan 9
Diffstat (limited to 'lib9/runetype.c')
| -rw-r--r-- | lib9/runetype.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib9/runetype.c b/lib9/runetype.c new file mode 100644 index 00000000..d5068744 --- /dev/null +++ b/lib9/runetype.c @@ -0,0 +1,6 @@ +#include <u.h> +#include <libc.h> + +Rune*_runebsearch(Rune c, Rune *t, int n, int ne); + +#include "runetypebody-6.2.0.h" |
