/* * 9obj.c * * Stub functions to hold the places of 29000 functions * required by obj.c. This architecture is not currently * supported. */ #include #include "bio.h" #include "obj.h" int _is9(char *t) { return 0; } int _read9(Biobuf *bp, Prog *p) { return 0; }