Skip to content

Instantly share code, notes, and snippets.

@nbarjolin
nbarjolin / dns.c
Last active February 23, 2020 18:46 — forked from fffaraz/dns.c
DNS Query Code in C ported to uCOS-III / KPIT GNURX
//DNS Query Program on Linux
//Author : Silver Moon (m00n.silv3r@gmail.com)
//Dated : 29/4/2009
//Header Files
//#include<stdio.h> //printf
#include <includes.h>
#include<string.h> //strlen
#include<stdlib.h> //malloc
//#include<sys/socket.h> //you know what this is for