Email or username:

Password:

Forgot your password?
Top-level
uis

Wierd it didn't replace it with __builtin_memcpy instead.

1 comment
Ε-ριςς
@uis memcpy and __builtin_memcpy are the same (unless -ffreestanding or -fno-builtins or maybe some other flag disables this behaviour)

@nil
Go Up