DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

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

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦97915a527⟧ TextFile

    Length: 1408 (0x580)
    Types: TextFile
    Names: »UAPPLI.ID«

Derivation

└─⟦909f4eb2b⟧ Bits:30009789/_.ft.Ibm2.50006622.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »UAPPLI.ID« 
└─⟦ddcd65152⟧ Bits:30009789/_.ft.Ibm2.50006617.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »UAPPLI.ID« 

TextFile

 
æ*****************************************************************
                        Copyright 1984 by
                        NCR Corporation
                        Dayton, Ohio  U.S.A.
                        All Rights Reserved
******************************************************************
                        EOS Software produced by:
                        NCR Systems Engineering - Copenhagen
                        Copenhagen
                        DENMARK
*****************************************************************å
 
æ****** UNIX UTILITY (application family) ******å
æ***********************************************å
 
æ Interface description VIR  vers.0.00  83-06-21 å
 
object UnixUtil;
  type
    ptrArray=array Æ1..20Å of ^^ ;
    refPtrArray=^^ptrArray;
    textArr  = array Æ1..10000Å of char;
    text=^ÆÅ textArr;
    ref=^^;
 
  entry Run
(    IN  fileEnv : refPtrArray
;    IN  jobSys  : ref
;    OUT exegArgs: ref æ segment å
;    IN  progrId : text
æ    IN  text    : text...å)  æholds args,env and secret envå
;
 
  entry Fork
(    IN  fileEnv : refPtrArray
;    IN  jobSys  : ref
;    OUT execArgs: ref æ segment å
;    IN  oldStack: ref æ segment å
;    IN  oldData : ref æ segment å
)
;
 
end;
 
æ   const appliFamily=     7;    å
 
æ*** end UNIX Utility interface ***å
«eof»