Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include <stdio.h>
  2. int genTest(char* filePath) {
  3.   printf("%p: %s\n", filePath, filePath?filePath:"<void>");
  4.   return 0;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement