The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456 // Copyright (c) 2023 Yuki Kimoto// MIT License#include "spvm_native.h"int32_t SPVM_STRERROR_strerror(int errnum, char *buf, size_t buflen);
// Copyright (c) 2023 Yuki Kimoto
// MIT License
#include "spvm_native.h"
int32_t SPVM_STRERROR_strerror(
int
errnum,
char
*buf,
size_t
buflen);