[FreeVMS] got asts barely working


Subject: [FreeVMS] got asts barely working
roart@nvg.ntnu.no
Date: Mon Jan 07 2002 - 15:30:07 CET


Hi

Got the following working:
(Based on the most recent CVS commits. Link against starlet/src/starlet.o)

#include<stdio.h>

void fn(int i) {
printf("hei %x\n",i);
}
main(){
int i;
sys$dclast(&fn,3,0);
sys$dclast(&fn,1,0);
sys$dclast(&fn,0,0);
sys$dclast(&fn,2,0);

for(i=0;i<20;i++) printf("for %x\n",i);

sleep(5);
printf("end\n");

}

Roar Thronæs

-- 
Liste de diffusion FreeVMS
Pour se désinscrire : mailto:freevms-request@ml.free.fr?subject=unsubscribe



This archive was generated by hypermail 2b25 : Mon Jan 07 2002 - 15:32:53 CET