Spread 3.17.3 C API

SP_error
 
void SP_error (int error);


Parameters
  error error number to which the user wants the corresponding error message printed to stdout


Return Values
  none


Description
  SP_error prints an error string based on the error number it was given.


Requirements
  Header: Include sp.h
Library: Use libspread or libtspread
Version: 3.17.3


Also See