Skip to content

Imperatorn/undocumented

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Undocumented translated function declarations from C to D

Using anything in this repo comes with absolutely no warranty.
Your home might burn to the ground and destabilize society if you use this.

Example usage for dnsapi:

dub add undocumented
import std.stdio;
import dnsapi;

void main()
{
	writeln("Flushed dns cache: ", DnsFlushResolverCache() ? "Success" : "Failed");
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages