mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
CRLF
This commit is contained in:
parent
251b836f01
commit
8326bc1d75
@ -6,6 +6,7 @@
|
||||
|
||||
#ifdef __native_client__
|
||||
# define memset(dst, c, n) xmemset(dst, c, n)
|
||||
|
||||
static void *
|
||||
xmemset(void *dst, int c, size_t n)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user