mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
add a prototype for memset() because gcc/clang/whatever on macos ventura gets a sad when it doesn't see one
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
extern void* memset(void*,int,size_t);
|
||||||
|
|
||||||
#define MAGIC 0x1f2e3d4c
|
#define MAGIC 0x1f2e3d4c
|
||||||
|
|
||||||
struct alist { int magic, size, index; int *end; struct alist *next, *last; };
|
struct alist { int magic, size, index; int *end; struct alist *next, *last; };
|
||||||
|
|||||||
Reference in New Issue
Block a user