
The C files can be compiled using gcc with

 % gcc -o memset memset.c

and then run as

 % ./memset

Similarly for memcpy.c
