media/webrtc/trunk/tools/gyp/test/same-source-file-name/src/subdir1/func.c

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:3457ae6a5bf8
1 #include <stdio.h>
2
3 void subdir1_func(void)
4 {
5 printf("Hello %s from subdir1/func.c\n", PROG);
6 }

mercurial