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