summaryrefslogtreecommitdiff
path: root/src/errno/EINVAL.c
blob: af5182431349bf055e3f7f44d4e47cc00c403407 (plain)
1
2
3
4
5
6
7
8
#include <errno.h>

#define EINVAL                                                              (21)

/** Invalid argument **/
/*
POSIX(1)
*/