summaryrefslogtreecommitdiff
path: root/src/errno/EOVERFLOW.c
blob: 09c6875d9fc4cd2537cf2144cbe4806bb7bee944 (plain)
1
2
3
4
5
6
7
#include <errno.h>
#define EOVERFLOW                                                           (72)
/** Value too large to be stored in data type **/

/*
XOPEN(400)
*/