Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

15 lines
209 B
C

/* @(#)prom_interp.c 1.1 92/07/30 SMI */
/*
* Copyright (c) 1990 by Sun Microsystems, Inc.
*/
#include <promcommon.h>
void
prom_interpret(forthstring)
char *forthstring;
{
OBP_INTERPRET(forthstring);
}