mirror of
https://github.com/pvvx/RTL00_HelloWorld.git
synced 2024-11-23 13:04:16 +00:00
8 lines
67 B
C
8 lines
67 B
C
|
#ifndef _STRING_H_
|
||
|
#define _STRING_H_
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#endif
|
||
|
|