MacLO/src/stdbool.h

10 lines
156 B
C
Raw Normal View History

2021-10-11 18:11:48 +00:00
// Copyright (c) Jon Thysell <http://jonthysell.com>
// Licensed under the MIT License.
#ifndef STDBOOL_H
#define STDBOOL_H
typedef Boolean bool;
2021-10-11 18:11:48 +00:00
#endif