My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
Singular
newstruct.h
Go to the documentation of this file.
1
#ifndef NEWTYPES_H
2
#define NEWTYPES_H
3
4
typedef
struct
newstruct_desc_s
*newstruct_desc;
5
6
void
newstruct_setup
(
const
char
*
name
, newstruct_desc d);
7
int
newstruct_desc_size
();
8
newstruct_desc
newstructFromString
(
const
char
*
s
);
9
newstruct_desc
newstructChildFromString
(
const
char
*
p
,
const
char
*
s
);
10
BOOLEAN
newstruct_set_proc
(
const
char
*
name
,
const
char
*func,
int
args,
procinfov
p
);
11
void
newstructShow
(newstruct_desc d);
12
13
#endif
BOOLEAN
int BOOLEAN
Definition
auxiliary.h:88
p
int p
Definition
cfModGcd.cc:4086
s
const CanonicalForm int s
Definition
facAbsFact.cc:51
newstruct_desc_s
Definition
newstruct.cc:34
newstruct_set_proc
BOOLEAN newstruct_set_proc(const char *name, const char *func, int args, procinfov p)
Definition
newstruct.cc:857
newstructFromString
newstruct_desc newstructFromString(const char *s)
Definition
newstruct.cc:803
newstructChildFromString
newstruct_desc newstructChildFromString(const char *p, const char *s)
Definition
newstruct.cc:810
newstruct_desc_size
int newstruct_desc_size()
Definition
newstruct.cc:42
newstruct_setup
void newstruct_setup(const char *name, newstruct_desc d)
Definition
newstruct.cc:699
newstructShow
void newstructShow(newstruct_desc d)
Definition
newstruct.cc:837
procinfov
procinfo * procinfov
Definition
structs.h:56
name
int name
New type name for int.
Definition
templateForC.h:21
Generated on
for My Project by
doxygen 1.17.0
for
Singular