arudradey's picture
download
raw
472 Bytes
#ifndef _ERR_H
#define _ERR_H
#include <features.h>
#include <stdarg.h>
#ifdef __cplusplus
extern "C" {
#endif
void warn(const char *, ...);
void vwarn(const char *, va_list);
void warnx(const char *, ...);
void vwarnx(const char *, va_list);
_Noreturn void err(int, const char *, ...);
_Noreturn void verr(int, const char *, va_list);
_Noreturn void errx(int, const char *, ...);
_Noreturn void verrx(int, const char *, va_list);
#ifdef __cplusplus
}
#endif
#endif

Xet Storage Details

Size:
472 Bytes
·
Xet hash:
3fbdcdf4960bd9f6c3a51369426b9ae9637b4d8381f4e4bbcaa00158e97ab98b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.