source: git/dyn_modules/kernel/proclist.cc @ ba5e9e

spielwiese
Last change on this file since ba5e9e was 3c473c, checked in by Kai Krüger <krueger@…>, 14 years ago
rename directory modules to dyn_modules anticipating "modules" directory for cmake. git-svn-id: file:///usr/local/Singular/svn/trunk@13033 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 139 bytes
Line 
1#include <locals.h>
2
3extern void piShowProcList();
4
5BOOLEAN kProclist(leftv res)
6{
7  piShowProcList();
8  res->rtyp=NONE;
9  return FALSE;
10}
Note: See TracBrowser for help on using the repository browser.