abcrypt_error_message_out_len(3)

NAME

abcrypt_error_message_out_len - API function

SYNOPSIS

#include <abcrypt.h>

uintptr_t abcrypt_error_message_out_len(enum abcrypt_error_code error_code);

DESCRIPTION

This function returns the number of output bytes of the error message.

Arguments

error_code

An error value defined in abcrypt_error_code(3).

RETURN VALUE

Returns the number of output bytes of the error message.

VERSIONS

This function was added in version 0.1.0.

Copyright © 2022-2024 Shun Sakai

This manual page is distributed under the terms of the Creative Commons Attribution 4.0 International Public License.

SEE ALSO

abcrypt_error_message(3)