This reverts commit 402d72bc48
.
This commit is contained in:
committed by
Tyera Eulberg
parent
985fae2dcf
commit
93a8fd6a2b
@ -699,6 +699,7 @@ 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