5 lines
57 B
C
5 lines
57 B
C
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int64_t add(int64_t x, int64_t y);
|