DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

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

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦13cb077ce⟧ TextFile

    Length: 308 (0x134)
    Types: TextFile
    Names: »GET_PARAM.S«

Derivation

└─⟦b21be6f3b⟧ Bits:30005082 8" CR80 Floppy CR80FD_0036 ( CR/D/3143 KLP & KMO C-KURSUS + C JOBFILER 861127 Volume MOVEFL RAM TEST css/709 #0000-7fff V24+SCM )
    └─⟦95f1eafb2⟧ 
        └─ ⟦this⟧ »GR1.D!GET_PARAM.D!GET_PARAM.S« 
└─⟦c25823ad8⟧ Bits:30005089 8" CR80 Floppy CR80FD_0044 ( @*FLOPPY C )
    └─⟦feb1d529a⟧ 
        └─ ⟦this⟧ »GR1.D!GET_PARAM.D!GET_PARAM.S« 

TextFile

/*  THIS PROGRAM IS MADE BY KLP & KMO    */

#include <std.h>

main ( no_par, par )
  int no_par ;      /* SYSPAR : NO OF PARAMETERS */
  char **par ;      /* SYSPAR : POINTER TO SYSTEM PARAMETERS */

{
  int count  ;
  for ( count = 0;count < no_par;  putfmt("%p\n",*(par++)),  count++) ;
  return (1) ;
} «a5»