Files
WrldBox/.tmp_zig/lib/zig/libc/include/generic-freebsd/exterr.h
swim67667 c17dfc94ce
Some checks failed
Build Project / build (ubuntu-latest) (push) Failing after 12m33s
added multi-compiling stuff (only works on my mac for now)
2026-06-28 16:40:20 -04:00

21 lines
418 B
C

/*-
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2025 The FreeBSD Foundation
* All rights reserved.
*
* This software were developed by Konstantin Belousov <kib@FreeBSD.org>
* under sponsorship from the FreeBSD Foundation.
*/
#ifndef _EXTERR_H_
#define _EXTERR_H_
#include <sys/cdefs.h>
#include <sys/exterr_cat.h>
__BEGIN_DECLS
int uexterr_gettext(char *buf, size_t bufsz);
__END_DECLS
#endif