This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ed448goldilocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
define _BSD_SOURCE for endian
master
Michael Hamburg
10 years ago
parent
4c508f3670
commit
d280028cee
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/shake.c
+ 1
- 0
src/shake.c
View File
@@ -12,6 +12,7 @@
*/
*/
#define __STDC_WANT_LIB_EXT1__ 1 /* for memset_s */
#define __STDC_WANT_LIB_EXT1__ 1 /* for memset_s */
#define _BSD_SOURCE 1 /* for endian */
#include <assert.h>
#include <assert.h>
#include <stdint.h>
#include <stdint.h>
#include <string.h>
#include <string.h>
Write
Preview
Loading…
Cancel
Save