1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/pipe
smlng 0f1eda14d5 sys/pipe: always include stdlib.h instead of malloc.h
The malloc.h file is deprecated on most systems and should not be
used, instead include stdlib.h which handles needed function in a
portable manner.
2019-09-17 20:43:33 +02:00
..
Makefile Add generic char pipe implementation 2014-07-28 23:21:27 +02:00
pipe_dynamic.c sys/pipe: always include stdlib.h instead of malloc.h 2019-09-17 20:43:33 +02:00
pipe.c core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00