]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Include/Readme
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Include / Readme
1 Include - 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