summaryrefslogtreecommitdiff
path: root/src/stdbool/false.c
blob: 15f292d610313828b415ea37f0e17b7508ff4b54 (plain)
1
2
3
4
5
6
#include <stdbool.h>
#define false                                                                (0)

/*
STDC(199901)
*/