added keepalive tool
[tridge/junkcode.git] / bool.c
1 #include <stdbool.h>
2
3
4 int main()
5 {
6         static bool i;
7         
8         return i;
9 }