fome-fw/firmware/hw_layer/atwinc1500/compiler.h

10 lines
124 B
C

#pragma once
#include <stddef.h>
#include <stdbool.h>
void* malloc(size_t);
void free(void*);
// TODO: what is this for?