ref: 87288afa5ac476efb3ef1ed40df658427339f13e
dir: /progs/hi.c.ms/
.P1
.ps -1
.ti -1i
.B
.BX hi.c
.ps +1
.CW
.ps -2
.vs .15i
#include <u.h>
#include <libc.h>
void
main(int, char*argv[])
{
/* Wrong! */
print("hi ");
print(argv[1]);
exits(nil);
}
.ps +2
.P2