|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 513 (0x201) Types: TextFile Notes: UNIX file Names: »stubs.c«
└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦22cab2c1b⟧ UNIX Filesystem └─⟦this⟧ »KC/new/etc/atconf/modules/db/stubs.c« └─⟦dc276fb47⟧ Bits:30004042/kconfig1.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦dc276fb47⟧ UNIX Filesystem └─⟦this⟧ »kc/new/etc/atconf/modules/db/stubs.c«
/* Copyright (c) 1984 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */ /* The copyright notice above does not evidence any */ /* actual or intended publication of such source code. */ #ident "@(#)stubs.c 1.5 - 87/05/12" /* This file provides stubs for both debuggers. */ debugger() { dri_printf( "\n*** Attempt to enter DEBUGGER with no db module configured!▶07◀\nContinuing...\n\n"); } dbintr() { debugger(); } dbg() { debugger(); } char *sysnames[1];