mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:59:00 +08:00
7 lines
72 B
C
7 lines
72 B
C
|
# include <stdarg.h>
|
||
|
|
||
|
int main(int argc, char *argv) {
|
||
|
return 0;
|
||
|
}
|
||
|
|