/
githubmirror
/
shim
Обзор
Документация
Войти
/
githubmirror
/
shim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
include/system/inttypes.h
13 строк
247 B
Peter Jones
Restructure our includes.
10 мар 2021, 23:54
10 мар 2021, 23:54
f033a1d
Код
Авторство
О чём код?
// SPDX-License-Identifier: BSD-2-Clause-Patent #ifdef SHIM_UNIT_TEST #include_next <inttypes.h> #else #ifndef _INTTYPES_H #define _INTTYPES_H #include <stddef.h> #include <stdint.h> #endif /* !INTTYPES_H_ */ #endif // vim:fenc=utf-8:tw=75:noet