cosmopolitan/libc/isystem/string.h

6 lines
121 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef LIBC_ISYSTEM_STRING_H_
#define LIBC_ISYSTEM_STRING_H_
2022-08-13 15:32:34 +00:00
#include "libc/mem/alg.h"
2020-06-15 14:18:57 +00:00
#include "libc/str/str.h"
#endif