You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
282 B
Groff
11 lines
282 B
Groff
.TH taia_uint 3
|
|
.SH NAME
|
|
taia_uint \- convert seconds into struct taia
|
|
.SH SYNTAX
|
|
.B #include <taia.h>
|
|
|
|
extern int \fBtaia_uint\fP(struct taia* \fIt\fR,unsigned int \fIsecs\fR);
|
|
.SH DESCRIPTION
|
|
taia_uint converts \fIsecs\fR into a struct taia (setting the fractional
|
|
part to zero).
|