This reverts commit 32f507dc51
.
This commit is contained in:
@ -699,7 +699,6 @@ uint64_t entrypoint(const uint8_t *input);
|
|||||||
* Stub functions when building tests
|
* Stub functions when building tests
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
|
||||||
void sol_log_(const char *s, uint64_t len) {
|
void sol_log_(const char *s, uint64_t len) {
|
||||||
printf("Program log: %s\n", s);
|
printf("Program log: %s\n", s);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user