Mar 7, 2012

[UNIX Programming] tips

1. Not to include a representation dependency in the printf()
pid_t arg;
printf("%ld",(long) arg);

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.