RTC_INIT(3)
===========
Thomas "Cakeisalie5" Touhey
:Email: thomas@touhey.fr
:man source: librtc
:man manual: librtc manual

NAME
----
rtc_init - Initialize librtc

SYNOPSIS
--------
[source,c]
----
#include <librtc.h>

int rtc_init(void);
----

DESCRIPTION
-----------
This function initializes RTC. Its return value is important : if it returns
zero (if it is not a known SH3 or SH4 model), then the librtc functions will
not work and might cause some damage ! You may want to display an error message
and exit if your program relies on it.

SEE ALSO
--------
*librtc*(3)
