int main() { const char * msg = "Hello world!\n"; int printf_res = printf(msg); if (printf_res < strlen(msg)) {