mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-23 13:50:11 +00:00
fix wget timeout bug
This commit is contained in:
parent
0d6217710c
commit
4b50300db1
BIN
1_3.test_code/c_test/testSprintf
Executable file
BIN
1_3.test_code/c_test/testSprintf
Executable file
Binary file not shown.
16
1_3.test_code/c_test/testSprintf.c
Normal file
16
1_3.test_code/c_test/testSprintf.c
Normal file
@ -0,0 +1,16 @@
|
||||
/*************************************************************************
|
||||
> File Name: testSprintf.c
|
||||
> Description:
|
||||
> Conclusion:
|
||||
> Author: rh_Jameson
|
||||
> Created Time: 2015年06月29日 星期一 13时34分48秒
|
||||
************************************************************************/
|
||||
|
||||
#include<stdio.h>
|
||||
int main(){
|
||||
char buffer[50];
|
||||
int val = 10;
|
||||
sprintf(buffer, "helloworld %d", val);
|
||||
printf("%s", buffer);
|
||||
printf("%d, %d", __LINE__, __func__);
|
||||
}
|
1024
1_4.h13_bugFix/1-3.wget_timeout/config
Normal file
1024
1_4.h13_bugFix/1-3.wget_timeout/config
Normal file
File diff suppressed because it is too large
Load Diff
1072
1_4.h13_bugFix/1-3.wget_timeout/wget.c
Normal file
1072
1_4.h13_bugFix/1-3.wget_timeout/wget.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user