/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:18 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:35:05 _$11$DUA933:[BUILD.SDL]EDT$ROUTINES.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE EDT$ROUTINES IDENT X-1 ***/ #ifndef __EDT$ROUTINES_LOADED #define __EDT$ROUTINES_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif /* */ /* EDT Editor (EDT) Routines */ /* */ /* */ /* EDT$EDIT - Edit a file */ /* */ /* status = EDT$EDIT (in_file [,out_file] [,com_file] [,jou_file] [,options] */ /* [,fileio] [,workio] [,xlate] ) */ /* */ /* in_file - Input file specification */ /* out_file - Output file specification */ /* com_file - Startup command file specification */ /* jou_file - Journal file specification */ /* options - Options for edit operation */ /* fileio - Bound procedure value for file I/O routine */ /* workio - Bound procedure value for work I/O routine */ /* xlate - Bound procedure value for XLATE routine */ /* */ unsigned int edt$edit(__unknown_params); #ifdef __cplusplus } #endif #pragma standard #endif /* __EDT$ROUTINES_LOADED */