X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/c6e0eaf00cd09a4e5237e70d8351049ec91d7653..dadc1afb3dc0f28230673f457e69806ce02ba978:/man/testrig.3 diff --git a/man/testrig.3 b/man/testrig.3 index 9138b88..ae19d79 100644 --- a/man/testrig.3 +++ b/man/testrig.3 @@ -160,6 +160,29 @@ with the expression *(int *)d.buf .VE which isn't pretty but does the job. +.TP +.B "type_long" +As for +.B type_int +but reads and stores a +.B long +instead. +.TP +.B "type_ulong" +As for +.B type_long +but reads and stores an +.B "unsigned long" +instead. +.TP +.B "type_uint32" +As for +.B type_int +but reads and stores a +.B uint32 +(see +.BR bits (3)) +instead. .SH "SEE ALSO" .BR mLib (3). .SH "AUTHOR"