home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / kcss0012.zip / CSS / KCSYSLIB.HSS < prev   
Text File  |  1998-02-06  |  1KB  |  40 lines

  1. /*  Copyright (c) 1998 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.  */
  11. extern const sysVersion;
  12. extern const sysShowFunctions;
  13. extern const sysShowCallStack;
  14. extern const sysShowFullStack;
  15. extern const sysShowGlobals;
  16. extern const sysShowLibraries;
  17.  
  18. sysCommand(const cmd);
  19. sysDate();
  20. sysDefined(const varname);
  21. sysDirectory([const path]);
  22. sysElapsed();
  23. sysEnvVar(const varname);
  24. sysLoadScript(const filename);
  25. sysLoadLibrary(const dllname);
  26. sysLog([const message, const raw]);
  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.