Skip to content

Commit

Permalink
fix implicit declaration of function 'malloc_config'
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Sep 7, 2023
1 parent 21e0121 commit 711bebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ckb-c-stdlib-tests/test_malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "ckb_syscalls.h"
#include "helper.h"

extern void malloc_config(uintptr_t min, uintptr_t max);
#define COUNT_OF(a) (sizeof(a) / sizeof(a[0]))

void check_heap(void) {
Expand Down

0 comments on commit 711bebe

Please sign in to comment.