Hi, c.l.cs
I noticed that someone like add (void) before the printf call,
like: (void) printf("Timeout \n"); while the others does't. So
can someone tell me whether there any gains in adding
(void) to printf.
Thanks,
Whatluo.
I noticed that someone like add (void) before the printf call,
like: (void) printf("Timeout \n"); while the others does't. So
can someone tell me whether there any gains in adding
(void) to printf.
Thanks,
Whatluo.
Comment