fork download
  1. #include <stdio.h>
  2.  
  3. const char *src, *alt;
  4.  
  5. void img()
  6. {
  7. printf("src=%s alt=%s\n", src, alt);
  8. }
  9.  
  10. int main() {
  11. img(src="http://t...content-available-to-author-only...t.com", alt="goatse");
  12. return 0;
  13. }
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
src=http://t...content-available-to-author-only...t.com alt=goatse