Name Date Size #Lines LOC

..--

ReadmeH A D30-Sep-2015427 1911

test.kshH A D29-Sep-20181.7 KiB6936

time.hH A D30-Sep-20151.2 KiB398

tostr.hH A D30-Sep-20152.1 KiB9015

Readme

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