Hi I'm trying to use new printf_s of C11. Code: [View]. #include <stdio.h> int main(int argc, char** argv) { printf_s("%d",123); }.
確定! 回上一頁