elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
include
/
watcom
/
stdbool.h
File editor
/*************************************************************************** * FILE: stdbool.h/cstdbool (Macros to simulate the 'bool' type in C) * * ========================================================================= * * Open Watcom Project * * Copyright (c) 2004-2024 The Open Watcom Contributors. All Rights Reserved. * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved. * * This file is automatically generated. Do not edit directly. * * ========================================================================= * * Description: This header is part of the C99/C++ standard library. It * provides a way for the programmer, at his/her option * to introduce the type 'bool' into a C program. ***************************************************************************/ #ifndef _STDBOOL_H_INCLUDED #define _STDBOOL_H_INCLUDED #ifndef _ENABLE_AUTODEPEND #pragma read_only_file #endif #ifdef __cplusplus #include <cstdbool> #else /* __cplusplus not defined */ #define bool _Bool #define true 1 #define false 0 #if __STDC_VERSION__ < 199901L typedef unsigned char _Bool; #endif #define __bool_true_false_are_defined 1 #endif /* __cplusplus not defined */ #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history