#include #include "rectangleOfAnyChar.c" int main (void) { rectangleOfAnyChar(4,5,'@'); }