19 lines
844 B
Plaintext
19 lines
844 B
Plaintext
stdout:
|
|
|
|
stderr:
|
|
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:24:5: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
|
|
int memmove(int dst[], int dst_pos, int src[], int len){
|
|
^
|
|
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:24:5: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
|
|
1 warning generated.
|
|
|
|
stdout:
|
|
|
|
stderr:
|
|
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:24:5: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
|
|
int memmove(int dst[], int dst_pos, int src[], int len){
|
|
^
|
|
/home/wangfiox/Documents/database/performance_c/sy/fft2.sy:24:5: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
|
|
1 warning generated.
|
|
|