FORM 4.3
FUN_INFO Struct Reference

#include <structs.h>

Data Fields

WORD * location
 
int numargs
 
int numfunnies
 
int numwildcards
 
int symmet
 
int tensor
 
int commute
 

Detailed Description

The struct FUN_INFO is used for information about functions in the file smart.c which is supposed to intelligently look for patterns in complicated wildcard situations involving symmetric functions.

Definition at line 606 of file structs.h.

Field Documentation

◆ location

WORD* location

Definition at line 607 of file structs.h.

◆ numargs

int numargs

Definition at line 608 of file structs.h.

◆ numfunnies

int numfunnies

Definition at line 609 of file structs.h.

◆ numwildcards

int numwildcards

Definition at line 610 of file structs.h.

◆ symmet

int symmet

Definition at line 611 of file structs.h.

◆ tensor

int tensor

Definition at line 612 of file structs.h.

◆ commute

int commute

Definition at line 613 of file structs.h.


The documentation for this struct was generated from the following file: