|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 293 (0x125) Types: TextFile Names: »getmysect.c«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Empire.V/V1.1/EMPSUBS/getmysect.c«
#define D_FILES #include "empdef.h" getmysect(i, j, selup) int i, j, selup; { if ((getsect(i, j, selup) != -1) && (owner != 0)) { return (0); } else { printf("%d,%d is not your sector\n", i, j); return (-1); } }