Added VARARGS

This commit is contained in:
ceriel 1991-03-11 14:33:13 +00:00
parent 67a2cc281f
commit 52d4c7ff70
5 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <varargs.h> #include <varargs.h>
#include "param.h" #include "param.h"
/*VARARGS2*/
/*FORMAT1 $ /*FORMAT1 $
%s = char * %s = char *
%l = long %l = long

View file

@ -26,6 +26,7 @@ integral(c)
return 0; return 0;
} }
/*VARARGS2*/
/*FORMAT1 $ /*FORMAT1 $
%s = char * %s = char *
%l = long %l = long

View file

@ -8,6 +8,7 @@
#include <system.h> #include <system.h>
#include "param.h" #include "param.h"
/*VARARGS*/
/*FORMAT1v $ /*FORMAT1v $
%s = char * %s = char *
%l = long %l = long

View file

@ -8,6 +8,7 @@
#include <system.h> #include <system.h>
#include "param.h" #include "param.h"
/*VARARGS*/
/*FORMAT0v $ /*FORMAT0v $
%s = char * %s = char *
%l = long %l = long

View file

@ -8,6 +8,7 @@
#include <system.h> #include <system.h>
#include "param.h" #include "param.h"
/*VARARGS*/
/*FORMAT1v $ /*FORMAT1v $
%s = char * %s = char *
%l = long %l = long