source: git/Singular/newstruct.h @ 92d684

spielwiese
Last change on this file since 92d684 was a2faa3, checked in by Hans Schoenemann <hannes@…>, 13 years ago
new command newstruct git-svn-id: file:///usr/local/Singular/svn/trunk@13852 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 278 bytes
Line 
1#ifndef NEWTYPES_H
2#define NEWTYPES_H
3
4typedef struct newstruct_desc_s *newstruct_desc;
5
6void newstruct_setup(const char * name, newstruct_desc d);
7newstruct_desc newstructFromString(const char *s);
8newstruct_desc newstructChildFromString(const char *p, const char *s);
9
10#endif
Note: See TracBrowser for help on using the repository browser.