From 3767a58e2d0f10a9eb14a3361e2be7e1e2bf3d18 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 26 Jan 2010 13:17:49 +0100 Subject: [PATCH] doc: a bit more on integers --- doc/user.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user.pod b/doc/user.pod index ce0ca45b..e0d98c7f 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -177,6 +177,12 @@ support fixed integer arithmetic, all calls to C are wrapped inside C specific macros. The basic type is C and the following operations are available on this type. +The meanings of these operations are essentially the same +as their C C counterparts. +As always with C types, Cs need to be +initialized with C before they can be used +and they need to be released with C +after the last use. =over -- 2.11.4.GIT