修复bug

This commit is contained in:
tursom 2018-08-31 15:25:57 +08:00
parent 439deb8744
commit d3b6a6ecb4
2 changed files with 14 additions and 2 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# top-most EditorCOnfig file
root = true
# all files
[*]
indent_style = tab
indent_size = 4
# kotlin source file
[*.kt]
indent_style = tab
indent_size = 2

2
main.c Normal file → Executable file
View File

@ -27,7 +27,7 @@
*
*/
unsigned int getPrimeNumbers(
unsigned int maxnum,
unsigned int maxnum,
unsigned int *buff,
unsigned int buffsize) {
//放入初始值