My Project
Loading...
Searching...
No Matches
newstruct.h
Go to the documentation of this file.
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);
8newstruct_desc newstructFromString(const char *s);
9newstruct_desc newstructChildFromString(const char *p, const char *s);
10BOOLEAN newstruct_set_proc(const char *name,const char *func,int args, procinfov p);
11void newstructShow(newstruct_desc d);
12
13#endif
int BOOLEAN
Definition auxiliary.h:88
int p
Definition cfModGcd.cc:4086
const CanonicalForm int s
Definition facAbsFact.cc:51
BOOLEAN newstruct_set_proc(const char *name, const char *func, int args, procinfov p)
Definition newstruct.cc:857
newstruct_desc newstructFromString(const char *s)
Definition newstruct.cc:803
newstruct_desc newstructChildFromString(const char *p, const char *s)
Definition newstruct.cc:810
int newstruct_desc_size()
Definition newstruct.cc:42
void newstruct_setup(const char *name, newstruct_desc d)
Definition newstruct.cc:699
void newstructShow(newstruct_desc d)
Definition newstruct.cc:837
procinfo * procinfov
Definition structs.h:56
int name
New type name for int.