mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
15 lines
157 B
C
15 lines
157 B
C
![]() |
#ifndef __ANSI_STRING_H__
|
||
|
#define __ANSI_STRING_H__
|
||
|
|
||
|
#include <hermit/string.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|