chiark / gitweb /
Support for different sizes and types of integers.
[mLib] / man / testrig.3
index 9138b8801ccc1c4a638d1f05ad141c7a5dd03fb2..ae19d79e67a323081b147f5b5c8e73ed23e58258 100644 (file)
@@ -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"