PatchworkOS
Loading...
Searching...
No Matches
perror.c File Reference
#include <errno.h>
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Functions

void perror (const char *s)
 

Function Documentation

◆ perror()

void perror ( const char *  s)

Definition at line 5 of file perror.c.

References errno, fprintf(), NULL, stderr, and strerror().

Referenced by benchmark_mmap(), client_receive_cmds(), and client_send_all().