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

#define ENOENT                                                              (29)

/** No such file or directory **/
/*
POSIX(1)
*/