/*
  Copyright (c) 2014, Alexey Frunze
  2-clause BSD license.
*/
#ifndef __ERRNO_H
#define __ERRNO_H

extern int errno;

#define ERANGE 34

#endif
