mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
7 lines
93 B
Text
7 lines
93 B
Text
|
#ifndef __CXX_CSTDLIB
|
||
|
#define __CXX_CSTDLIB
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#endif /* __CXX_CSTDLIB */
|