libexplain  1.4.D001
Functions
libexplain/buffer/einval/too_large2.c File Reference
#include <libexplain/buffer/einval.h>
#include <libexplain/buffer/gettext.h>
#include <libexplain/option.h>

Go to the source code of this file.

Functions

void explain_buffer_einval_too_large2 (explain_string_buffer_t *sb, const char *caption, long max)

Function Documentation

void explain_buffer_einval_too_large2 ( explain_string_buffer_t sb,
const char *  caption,
long  max 
)

The explain_buffer_einval_too_large2 function may be used to explain that a system call argument is too large (out of range).

Parameters:
sbThe string buffer to print into.
captionThe name of the offending system call argument.
maxThe actual upper limit.

Definition at line 25 of file too_large2.c.