Added FORMAT information for our lint; Documented the _format routine

This commit is contained in:
ceriel
1989-02-07 11:17:22 +00:00
parent f3584b3d52
commit c64da88289
6 changed files with 48 additions and 5 deletions

View File

@@ -8,7 +8,13 @@
#include <system.h>
#include "param.h"
/*VARARGS*/
/*FORMAT0v $
%s = char *
%l = long
%c = int
%[uxbo] = unsigned int
%d = int
$ */
print(va_alist)
va_dcl
{