mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
7 lines
68 B
C
7 lines
68 B
C
|
#include "third_party/musl/resolv.h"
|
||
|
|
||
|
int res_init()
|
||
|
{
|
||
|
return 0;
|
||
|
}
|