int spec_init(editline)
int editline; /* # of edit line */
The spec_init function calls the sp_init function with the same parameter and gives an error message Not enough space for specifications! if sp_init fails. spec_init should preferred to sp_init in most cases.
spec_init returns 1 if there is enough space for all specifications. Otherwise -1 is returned.