blob: 66e78bab2036cc06efdb6545079e43057c915950 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __libgxx_stddef_h
extern "C" {
#ifdef __stddef_h_recursive
#include_next <stddef.h>
#else
#include_next <stddef.h>
#define __libgxx_stddef_h 1
#endif
}
#endif
|