cosmopolitan/libc/isystem/string.h
2023-01-03 18:28:35 -08:00

6 lines
147 B
C

#ifndef LIBC_ISYSTEM_STRING_H_
#define LIBC_ISYSTEM_STRING_H_
#include "libc/mem/alg.h"
#include "libc/mem/mem.h"
#include "libc/str/str.h"
#endif