All pastes #2047051 Raw Edit

Someone

public c v1 · immutable
#2047051 ·published 2011-04-16 05:34 UTC
rendered paste body
#include <stdio.h>#include <pcap.h>main(){#ifdef _NET_BPF_H_	printf("net/bpf.h is included.\n");#else	printf("net/bpf.h is *not* included.\n");#endif}