tools/include/nolibc/stdbool.h

Source file repositories/reference/linux-study-clean/tools/include/nolibc/stdbool.h

File Facts

System
Linux kernel
Corpus path
tools/include/nolibc/stdbool.h
Extension
.h
Size
330 bytes
Lines
17
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _NOLIBC_STDBOOL_H
#define _NOLIBC_STDBOOL_H

#define bool _Bool
#define true 1
#define false 0

#define __bool_true_false_are_defined 1

#endif /* _NOLIBC_STDBOOL_H */

Annotation

Implementation Notes