#include "General.h" void Ex3BinaryTree(BinaryTree * root) { if (root != NULL) { } } void main(void) { }