aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-04 09:30:22 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-04 09:30:22 +0000
commit84b1c5f50749523d940a449d8f684a38a5d157f5 (patch)
treed8bd3c0fd5499b138a5c130373b22f5bedd5973b /doc
parentc8c1cab2b6a2754acbe7ee130c356383d0289f09 (diff)
downloadskalibs-84b1c5f50749523d940a449d8f684a38a5d157f5.tar.gz
Add tain_addmsec, millisleep
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/tai.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/libstddjb/tai.html b/doc/libstddjb/tai.html
index dcdad11..080a9dd 100644
--- a/doc/libstddjb/tai.html
+++ b/doc/libstddjb/tai.html
@@ -407,6 +407,12 @@ Adds <em>c</em> seconds to *<em>a1</em> and stores the result into <em>a</em>.
</p>
<p>
+<code> int tain_addmsec (tain *a, tain const *a1, unsigned int c) </code> <br />
+Adds <em>c</em> milliseconds to *<em>a1</em> and stores the result into <em>a</em>.
+Unlike with the previous function, <em>c</em> cannot be negative.
+</p>
+
+<p>
<code> void tain_half (tain *a, tain const *b) </code> <br />
Stores *<em>b</em>/2 into <em>a</em>. *<em>b</em> must be relative.
</p>