I'm using memcpy on my ARM platform and I want to view the sourecode of memcpy. Viewing an objectdump from my sourcecode, I know this memcpy is used:
/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/thumb/v7e-m/libc.a(lib_a-memcpy.o)
How can I look at the .c source code of memcpy?