source: git/modules/kernel/kernel.mod @ 2663c1

spielwiese
Last change on this file since 2663c1 was 2663c1, checked in by Kai Krüger <krueger@…>, 25 years ago
Some utilities as modules git-svn-id: file:///usr/local/Singular/svn/trunk@2684 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 465 bytes
Line 
1/*
2 *  $Id: kernel.mod,v 1.1 1998-11-19 15:49:22 krueger Exp $
3 *
4 *  Test mod fuer modgen
5 */
6module="kernel";
7version="$Id: kernel.mod,v 1.1 1998-11-19 15:49:22 krueger Exp $";
8info="
9LIBRARY: kernel.lib  PROCEDURES OF GENERAL TYPE WRITEN IN C
10
11  proclist();    Lists all procedures.
12";
13
14cxxsource = proclist.cc
15cxxsource = misc.cc
16/*cxxsource = sscanf.cc*/
17
18proc proclist=kProclist;
19
20proc nn(string)=iiKernelMiscNN;
21
22/*proc sscanf(string, string) = IOsscanf; */
Note: See TracBrowser for help on using the repository browser.