mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 22:14:19 +00:00
16 lines
170 B
C
16 lines
170 B
C
|
/*
|
||
|
* Copyright (C)
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __RTL_COMMON_H__
|
||
|
#define __RTL_COMMON_H__
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#include "c_types.h"
|
||
|
|
||
|
#endif
|