rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
hw_layer
atwinc1500
compiler.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stddef.h>
4
#include <stdbool.h>
5
6
void
*
malloc
(
size_t
);
7
void
free
(
void
*);
8
9
#define min(a, b) ((a)<(b)?(a):(b))
10
11
// TODO: what is this for?
malloc
void * malloc(size_t)
free
void free(void *)
Generated on Sat Sep 27 2025 00:10:06 for rusEFI by
1.9.8