home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / csso0301.zip / CSSPATH / KCSYSLIB.HSS < prev   
Text File  |  2000-02-09  |  1KB  |  40 lines

  1. /*  Copyright (c) 1998-2000 IBK-Landquart-Switzerland. All rights reserved.
  2.  *
  3.  *  Module      :  KcSysLib.hss
  4.  *  Application :  CSS System Library: Header
  5.  *  Author      :  Peter Koch, IBK
  6.  *
  7.  *  Date        Description                                 Who
  8.  *  --------------------------------------------------------------------------
  9.  *  Feb 1998    First release: 0.1                          P.Koch, IBK
  10.  *  Feb 2000    V2.00                                       P.Koch, IBK
  11.  */
  12. extern const sysVersion;
  13. extern const sysShowFunctions;
  14. extern const sysShowCallStack;
  15. extern const sysShowFullStack;
  16. extern const sysShowGlobals;
  17. extern const sysShowLibraries;
  18.  
  19. sysCommand(const cmd);
  20. sysDate();
  21. sysDirectory([const path]);
  22. sysElapsed();
  23. sysEnvVar(const varname);
  24. sysLoadScript(const filename);
  25. sysLoadLibrary(const dllname);
  26. sysLog([const message, const raw, const quiet]);
  27. sysLogFile([const filename]);
  28. sysLogLevel([const level]);
  29. sysProfile(const file, const appl, const key, [const val]);
  30. sysPrompt([const message, const raw]);
  31. sysSleep(const millisecs);
  32. sysShow(const mode, [const depth]);
  33. sysStartDate();
  34. sysStartTime();
  35. sysSystemProfile(const appl, const key, [const val]);
  36. sysTime();
  37. sysTrace([const state]);
  38. sysUserProfile(const appl, const key, [const val]);
  39.  
  40.