blob: 1a552fa34e15bfdd9894716af49b544bb5691764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __BITS_RSIZE_H
#define __BITS_RSIZE_H
#ifndef __BITS_RSIZE_H_
#error "Internal header — include the public API header instead."
#else
#undef __BITS_RSIZE_H_
#endif
typedef __SIZE_TYPE__ rsize_t;
#endif
|