#include <stdio.h>
#include <stdlib.h>
#include "boolean.h"
const char* const bool_str_g[]={
"FALSE",
"TRUE",
NULL
};