ReactOS 0.4.15-dev-7918-g2a2556c
libm_errno.h
Go to the documentation of this file.
1/***********************************************************************************/
24/***********************************************************************************/
25
26#ifndef LIBM_ERRNO_AMD_H_INCLUDED
27#define LIBM_ERRNO_AMD_H_INCLUDED 1
28
29#include <stdio.h>
30#include <errno.h>
31#ifndef __set_errno
32#define __set_errno(x) errno = (x)
33#endif
34
35#endif /* LIBM_ERRNO_AMD_H_INCLUDED */