djbdnscurve6  38
djbdnscurve6
Macros | Functions | Variables
tinydns.c File Reference
#include "dns.h"
Include dependency graph for tinydns.c:

Go to the source code of this file.

Macros

#define WHO   = "tinydns "
 

Functions

void initialize (void)
 

Variables

const char * fatal = "tinydns"
 
const char * starting = "starting tinydns "
 

Macro Definition Documentation

◆ WHO

#define WHO   = "tinydns "

Definition at line 3 of file tinydns.c.

Function Documentation

◆ initialize()

void initialize ( void  )

Definition at line 9 of file tinydns.c.

Here is the call graph for this function:

Variable Documentation

◆ fatal

const char* fatal = "tinydns"

Definition at line 4 of file tinydns.c.

◆ starting

const char* starting = "starting tinydns "

Definition at line 5 of file tinydns.c.