1
0
Fork 0
android_kernel_rockchip_tart/usr/dummy-include/stdlib.h
2025-06-27 00:32:42 -05:00

7 lines
169 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _STDLIB_H
#define _STDLIB_H
#error "Please do not include <stdlib.h> from exported headers"
#endif /* _STDLIB_H */