From ccc84ba857c1891b38075e77ec2992799167b39e Mon Sep 17 00:00:00 2001 From: VAIBHAV-25 <55956316+VAIBHAV-25@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:23:01 +0530 Subject: [PATCH] Update 3.1.c --- 3.1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3.1.c b/3.1.c index e016d19..dbfb5eb 100644 --- a/3.1.c +++ b/3.1.c @@ -4,9 +4,9 @@ int main() { if (lseek(STDIN_FILENO, 0, SEEK_CUR) == -1) - printf("Cannot seek\n"); + printf("...Cannot seek...\n"); else - printf("seek OK\n"); + printf("...seek OK...\n"); return 0; }