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