source:
trunk/Packages/synapse/source/demo/FreePascal/testroute.pas
Last change on this file was 2, checked in by , 12 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | {$MODE DELPHI} |
2 | |
3 | Program testroute; |
4 | |
5 | uses |
6 | pingsend; |
7 | |
8 | begin |
9 | Writeln (TracerouteHost(paramstr(1))); |
10 | end. |
11 |
Note:
See TracBrowser
for help on using the repository browser.