1
0
Fork 0
mirror of git://git.musl-libc.org/musl synced 2025-03-06 20:48:29 +01:00

add memory.h, bogus legacy alias for string.h

This commit is contained in:
Rich Felker 2012-03-01 01:34:58 -05:00
parent 15d143b547
commit 051175d4fe

1
include/memory.h Normal file
View file

@ -0,0 +1 @@
#include <string.h>