Trailing-Edge
-
PDP-10 Archives
-
decuslib10-06
-
43,50416/prcwrk.req
There are 2 other files named prcwrk.req in the archive. Click here to see a list.
00100 COMMENT
00200 FILE: PRCWRK.REQ
00300 ;
00400
00500 Require "PRCWRK.REL" Load!module;
00600
00700 External Procedure START!TIMER ;
00800 External Procedure STOP!TIMER ;
00900 External Integer Array Itemvar Procedure GET!IMAGE(String pix!name);
01000 External Integer Array Itemvar Procedure GET!MASK(String mask!name);
01100 External Integer Array Itemvar Procedure
01200 GET!BOUNDARY(String boundary!name);
01300 External Real Array Itemvar Procedure
01400 GET!TRANSFORM(String transform!name);
01500 External Integer Procedure GET!OMNI!NUMBER (String S);
01600 External Boolean Procedure DEL!OMNI!NUMBER (String S);
01700 External Boolean Procedure DEL!PIX (String S);
01800 External Boolean Procedure DEL!MASK (String S);
01900 External Procedure DEL!BOUNDARY (String S);
02000 External Procedure DEL!TRANSFORM (String S);
02100 External String Procedure ANALYZE!CMD( String str;
02200 Reference String sout, sinput1, sinput2, sinput3, sinput4,
02300 sinput5, sinput6, project!programmer, dev!name);