arudradey's picture
download
raw
428 Bytes
#include <features.h>
#undef assert
#ifdef NDEBUG
#define assert(x) (void)0
#else
#define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0)))
#endif
#if __STDC_VERSION__ >= 201112L && !defined(__cplusplus)
#define static_assert _Static_assert
#endif
#ifdef __cplusplus
extern "C" {
#endif
_Noreturn void __assert_fail (const char *, const char *, int, const char *);
#ifdef __cplusplus
}
#endif

Xet Storage Details

Size:
428 Bytes
·
Xet hash:
135a79ebb3df71bb839e3944fe0890f6ec827cfcc2a6df7e6de584be3c33dbe0

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