]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libaml/amlmapio.c
7c: fix wrong type on OASxxx operations
[plan9front.git] / sys / src / libaml / amlmapio.c
1 #include <u.h>
2 #include <libc.h>
3 #include <aml.h>
4
5 int
6 amlmapio(Amlio*)
7 {
8         return -1;
9 }