bool_t.h

#pragma once

typedef enum
{   
False,
True
}bool_t;
 

Comments

Popular posts from this blog

CLexer.h

compile_t.h

compile_t.cpp