1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef CHECK_NCBI_ERROR_H #define CHECK_NCBI_ERROR_H #include <ncbi.h> /* * 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
Copyright © 2009 Don Pellegrino All Rights Reserved.