23 lines
1.0 KiB
Plaintext
23 lines
1.0 KiB
Plaintext
stdout:
|
||
|
||
stderr:
|
||
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:25:5: warning: conflicting types for built-in function ‘memmove’; expected ‘void *(void *, const void *, long unsigned int)’ [-Wbuiltin-declaration-mismatch]
|
||
25 | int memmove(int dst[], int dst_pos, int src[], int len){
|
||
| ^~~~~~~
|
||
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:2:1: note: ‘memmove’ is declared in header ‘<string.h>’
|
||
1 | #include "sylib.h"
|
||
+++ |+#include <string.h>
|
||
2 | #include "sylib.h"
|
||
|
||
stdout:
|
||
|
||
stderr:
|
||
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:25:5: warning: conflicting types for built-in function ‘memmove’; expected ‘void *(void *, const void *, long unsigned int)’ [-Wbuiltin-declaration-mismatch]
|
||
25 | int memmove(int dst[], int dst_pos, int src[], int len){
|
||
| ^~~~~~~
|
||
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:2:1: note: ‘memmove’ is declared in header ‘<string.h>’
|
||
1 | #include "sylib.h"
|
||
+++ |+#include <string.h>
|
||
2 | #include "sylib.h"
|
||
|