.\" Generated by the Allegro makedoc utility .TH adime_init 3 "version 2.2.1" "Adime" "Adime API Reference" .SH NAME adime_init .SH SYNOPSIS .B #include .sp .B int adime_init(void); .SH DESCRIPTION Initializes the Adime system. Call it before using any other Adime functions and after calling `allegro_init()\'. Returns zero on success and nonzero on error. .SH SEE ALSO .BR adime_exit (3)