1TS_PRINT_ASCII_LOGO(3) tslib TS_PRINT_ASCII_LOGO(3)
23
4
NAME
6ts_print_ascii_logo - print tslib's logo to stdout
7
SYNOPSIS
9#include <tslib.h>
1011
void ts_print_ascii_logo(unsinged int pos);
1213
14
DESCRIPTION
16ts_print_ascii_logo() This function prints tslib's logo to stdout. It
17prepends pos spaces before it.
1819
SEE ALSO
21ts_setup(3), ts_read(3), ts.conf(5)
2223
24
25
TS_PRINT_ASCII_LOGO(3)