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