View Single Post
  #2   (View Single Post)  
Old 11th January 2009
anemos's Avatar
anemos anemos is offline
Fdisk Soldier
 
Join Date: May 2008
Location: Ελλάδα
Posts: 53
Default

I think you have to write
Code:
printf("`%d'\n", buf);
instead of
Code:
printf("`%s'\n", &buf);
Reply With Quote