PERROR()

this function prints an error message based on the current value of the global errno variable. it relies on a global variable called errno, which is defined in <errno.h>

Last updated