Revert "SDK: Add stdlib.h include to pull in abort() (backport #21700) (#21704)"

This reverts commit 32f507dc51.
This commit is contained in:
Trent Nelson
2021-12-13 08:48:38 -07:00
committed by Tao Zhu
parent c0794d6fbb
commit 402d72bc48

View File

@ -699,7 +699,6 @@ uint64_t entrypoint(const uint8_t *input);
* Stub functions when building tests
*/
#include <stdio.h>
#include <stdlib.h>
void sol_log_(const char *s, uint64_t len) {
printf("Program log: %s\n", s);
}