Iros
 
Loading...
Searching...
No Matches
errno.h
Go to the documentation of this file.
1#pragma once
2
3#include <ccpp/bits/config.h>
4
5#include __CCPP_PLATFORM_PATH(errno.h)
6
8
9extern __thread int errno;
10
11#define errno errno
12
#define errno
Definition errno.h:11
#define __CCPP_END_DECLARATIONS
Definition config.h:8
#define __CCPP_BEGIN_DECLARATIONS
Definition config.h:7