source: trunk/Packages/synapse/source/demo/FreePascal/testroute.pas

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 119 bytes
Line 
1{$MODE DELPHI}
2
3Program testroute;
4
5uses
6 pingsend;
7
8begin
9 Writeln (TracerouteHost(paramstr(1)));
10end.
11
Note: See TracBrowser for help on using the repository browser.