source: git/dyn_modules/modgen/typmap.h @ 3c473c

spielwiese
Last change on this file since 3c473c 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: 270 bytes
Line 
1/*
2 *
3 */
4
5#ifndef _TYPMAP_H
6#define _TYPMAP_H
7
8/* MYYSTYPE avoids including of Singular's struct.h, which is not needed. */
9#define MYYSTYPE
10#include <Singular/tok.h>
11#undef MYYSTYPE
12
13extern char type_conv[MAX_TOK][32];
14void init_type_conv() ;
15
16
17#endif /* _TYPMAP_H */
Note: See TracBrowser for help on using the repository browser.