diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-04-04 09:30:22 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-04-04 09:30:22 +0000 |
| commit | 84b1c5f50749523d940a449d8f684a38a5d157f5 (patch) | |
| tree | d8bd3c0fd5499b138a5c130373b22f5bedd5973b /doc | |
| parent | c8c1cab2b6a2754acbe7ee130c356383d0289f09 (diff) | |
| download | skalibs-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.html | 6 |
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> |
