|
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: 493 (0x1ed) Types: TextFile Names: »main.f«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/utep/main.f«
************************************************************************** * * MAIN PROGRAM * * AN INTERACTIVE DRAWING BOARD PACKAGE * * BY D H WILLIAMS AND INAAM BAKIR * DEPARTMENT OF COMPUTER SCIENCE * THE UNIVERSITY OF TEXAS AT EL PASO * EL PASO, TEXAS 79968 * * (915) 747-5470 * * ihnp4!ut-sally!utep-vaxa!williams * ************************************************************************* program drawit call init call uftabl call geninfo call draw call term c stop end