plan9front/sys/src/libaml/amlmapio.c

10 lines
88 B
C

#include <u.h>
#include <libc.h>
#include <aml.h>
int
amlmapio(Amlio*)
{
return -1;
}