Added a PAGE_DEFAULT_SIZE so max can be set to 0
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define PAGE_DEFAULT_SIZE 256
|
||||
|
||||
typedef struct Page
|
||||
{
|
||||
struct Page *next;
|
||||
|
||||
Reference in New Issue
Block a user