1TICKIT_NEW_STDIO(3)        Library Functions Manual        TICKIT_NEW_STDIO(3)
2
3
4

NAME

6       tickit_new_stdio - create a new toplevel Tickit instance
7

SYNOPSIS

9       #include <tickit.h>
10
11       Tickit *tickit_new_stdio(void);
12
13       Link with -ltickit.
14

DESCRIPTION

16       tickit_new_stdio()  creates a new toplevel Tickit instance whose termiā€
17       nal is attached to the standard input and output streams.
18
19       The reference count of a newly-constructed toplevel  instance  will  be
20       one.  This  can  be  incremented or decremented using tickit_ref(3) and
21       tickit_unref(3). When its reference count reaches zero it is destroyed.
22

RETURN VALUE

24       If  successful,  tickit_new_stdio()  returns  a  pointer  to  the   new
25       instance.
26

SEE ALSO

28       tickit(7)
29
30
31
32                                                           TICKIT_NEW_STDIO(3)
Impressum