DataMuseum.dk

Presents historical artifacts from the history of:

RC3500

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

See our Wiki for more about RC3500

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦21c28767a⟧ TextFileVerbose

    Length: 768 (0x300)
    Types: TextFileVerbose
    Names: »getbuftxt«

Derivation

└─⟦a41ae585a⟧ Bits:30001842 SW-save af projekt 1000, Alarm-system
    └─⟦72244f0ef⟧ 
        └─⟦this⟧ »getbuftxt« 

TextFileVerbose

job wib 1 200 perm disc1 200 10
get_buffer= set 1 disc1
if ok.no
finis
scope user get_buffer
if ok.no
finis
getbuffer= algol list.no xref.no

external integer procedure get_buffer(z);
zone z;

begin
   integer result;
   integer array answer(1:8);
   result := monitor(18)wait answer:(z,1,answer);
   if result <> 1 then
   getbuffer := - result
   else
   getbuffer := answer(2);
end;
end
finis
«eof»