/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
secboot-ioactive-20200925
src/include/stdbool.h
10 строк
155 B
Michael Brown
[libc] Add stdbool.h standard header
10 апр 2017, 18:12
10 апр 2017, 18:12
ffb5fe4
Код
Авторство
О чём код?
#ifndef _STDBOOL_H #define _STDBOOL_H FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define bool _Bool #define true 1 #define false 0 #endif /* _STDBOOL_H */