mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
7 lines
134 B
C
7 lines
134 B
C
|
#ifndef LIBC_ISYSTEM_SEARCH_H
|
||
|
#define LIBC_ISYSTEM_SEARCH_H
|
||
|
|
||
|
#include "third_party/musl/search.h"
|
||
|
|
||
|
#endif /* LIBC_ISYSTEM_SEARCH_H */
|