Advertisement
pushrbx

Untitled

Nov 2nd, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. char* content;
  2. char* c;
  3. while( scanf( "%c", c)) {
  4.  strcat( content, c);
  5. }
  6.  
  7. fprintf( stdout, "Size: %d", strlen( content));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement