#include int main(int argc, const char *argv[]) { printf("%s: %s\n", "partial string test", "string test"); return 0; }