#ifndef CHECK_NCBI_ERROR_H #define CHECK_NCBI_ERROR_H #include /* * Handle errors from the NCBI Toolkit API. */ void check_ncbi_error (ValNodePtr error_returns, const char *filename, unsigned int linenum); #endif // CHECK_NCBI_ERROR_H