Posts by user44689 • 43 points
1 post
-
4
votes1
answer84
viewsQ: What good is C-EPERM?
What is the purpose of the -EPERM, after comparing the pointer p is null if(p == NULL) return -EPERM ; And I have to put these two libraries. #include <errno.h> #include <stddef.h>…