1Include - include scripts for D scripting
2
3   This directory contains files that can be included for use with D scripts.
4
5   There are two types of include files,
6
7   *.h
8	These can be included using,
9
10	#!/usr/sbin/dtrace -Cs
11	#include <filename.h>
12
13   *.d
14	These must be copyied to a translator directory (/usr/lib/dtrace),
15	and should be automatically pulled in.
16
17   This directory does not contain runnable DTrace scripts.
18
19