thistle-sdk
Thistle SDK documentation
|
#include <stdio.h>
#include <malloc.h>
#include "../target/mallocng.h"
Macros | |
#define | malloc(size) tma_malloc(size) |
#define | free(ptr) tma_free(ptr) |
Functions | |
int | main () |
#define malloc | ( | size | ) | tma_malloc(size) |
int main | ( | ) |