Seppo Mustonen : Programming Survo in C

Functions in library SURVO.LIB

spec_init
Summary

int spec_init(editline)
int editline;           /* # of edit line */
Description

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.

Return Value

spec_init returns 1 if there is enough space for all specifications. Otherwise -1 is returned.

See Also

sp_init, spfind


Front page of Survo C libraries