File: ticable_init.txt

package info (click to toggle)
libticables3 3.9.6-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,656 kB
  • ctags: 2,184
  • sloc: ansic: 15,996; sh: 9,298; makefile: 526; yacc: 288; awk: 145; sed: 16
file content (19 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Main]
Name=ticable_init
Type=Function
Header=cabl_int.h
Definition=int ticable_init (void);

[Parameters]
Returns : always 0.

[Summary]
Initialize the ticables library.

[Description]
This function must be the first function to call from this library prior to any other. Usually, this is done at your program startup.

What does it do ? It display library version, initialize i18n system, set a default cable (so that the TicableLinkCable functions pointers are not set to an invalid address), probe the I/O resources as well as the available I/O methods.

[See also]
@ticable_exit@