Skip to content

Commit

Permalink
add correct printf with float support
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Sep 7, 2023
1 parent a8bb211 commit 6da4bfd
Show file tree
Hide file tree
Showing 3 changed files with 1,035 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua-loader/lua-loader.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#define CKB_C_STDLIB_PRINTF 1
#define CKB_MALLOC_DECLARATION_ONLY 1

#define lua_c
Expand Down
1 change: 1 addition & 0 deletions lualib/c-stdlib/src/impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <stddef.h>
#include <string.h>

#include "printf_impl.h"
#include "malloc_impl.h"

#define CKB_SS (sizeof(size_t))
Expand Down
Loading

0 comments on commit 6da4bfd

Please sign in to comment.