comparison: media/webrtc/trunk/tools/gyp/test/same-source-file-name/src/func.c
media/webrtc/trunk/tools/gyp/test/same-source-file-name/src/func.c
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 #include <stdio.h> |
|
2 |
|
3 void func(void) |
|
4 { |
|
5 printf("Hello %s from func.c\n", PROG); |
|
6 } |