/* TECO for DOS Copyright (C) 1986-1991 Matt Fichtenbaum */ /* Based on Ultrix TECO (C) 1986-1990 GenRad Inc., Concord, MA 01742 */ /* These programs may be copied if this copyright notice is included and */ /* only on a "not for sale or profit" basis */ /* te_fxstub.c dummy stub for FX 10/12/87 */ /* stub for teco's "external" command FX */ /* this just causes an "invalid F command" error */ /* substituting other routines for this one is an easy */ /* way to extend TECO by adding additional functions */ #include "te_defs.h" void te_fx() { ERROR(E_IFC); }