Generates a string containing the number of tabs specified
the number of tabs
the tabbed string
Tests genTabs(size_t)
size_t count = 2; string output = genTabs(count); assert(output == "\t\t");
See Implementation
Generates a string containing the number of tabs specified