ipq_errstr, ipq_perror - libipq error handling routines
char *ipq_errstr(void);
void ipq_perror(const char *s);
The ipq_perror function prints an error message to stderr corresponding to the current value of the internal ipq_error variable, and the global errno variable (if set). The error message is prefixed with the string s as supplied by the application. If s is NULL, the error message is prefixed with the string "ERROR".
Distributed under the GNU General Public License.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |