.\" Extracted by src2man from lib.c .\" Text automatically generated by txt2man .TH matho_init 3 "15 October 2012" "Mathomatic" "Symbolic Math Library" .SH NAME \fBmatho_init \fP- Initialize the Mathomatic symbolic math library .SH SYNOPSIS .nf .fam C int \fBmatho_init\fP(\fIvoid\fP); .fam T .fi .fam T .fi .SH DESCRIPTION Call this only once before calling any Mathomatic code. This must be called exactly once upon program startup and not again, unless \fBfree_mem\fP() is called. .PP Returns true if successful. If this returns false, there was not enough memory available and Mathomatic cannot be used. .SH FILE lib.c