DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2ec7ead40⟧ TextFile

    Length: 513 (0x201)
    Types: TextFile
    Notes: UNIX file
    Names: »stubs.c«

Derivation

└─⟦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« 

TextFile


/*	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];