MacLO/src/stdbool.h

10 lines
156 B
C

// Copyright (c) Jon Thysell <http://jonthysell.com>
// Licensed under the MIT License.
#ifndef STDBOOL_H
#define STDBOOL_H
typedef Boolean bool;
#endif