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