libexplain  1.4.D001
Functions
libexplain/buffer/uid.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_uid (explain_string_buffer_t *sb, int uid)

Function Documentation

void explain_buffer_uid ( explain_string_buffer_t sb,
int  uid 
)

The explain_buffer_uid function may be used to printf information about a UID. It will include the number, and the name of getpwuid is successful.

Parameters:
sbThe string buffer to print to.
uidThe user id of interest.

Definition at line 27 of file uid.c.