#include "box.h" void h() { box(120); box(134.f); box("bee"); }