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