#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | WFno 0 |
| #define | WFyes 1 |
| #define | WFmore 2 |
| #define | WFProve(A) |
Typedefs | |
| typedef void * | PsiTerm |
Functions | |
| int | WFInput () |
| PsiTerm | WFGetVar () |
| char * | WFType () |
| double | WFGetDouble () |
| char * | WFGetString () |
| int | WFFeatureCount () |
| PsiTerm | WFGetFeature () |
| char ** | WFFeatures () |
| #define WFProve | ( | A | ) |
| int WFFeatureCount | ( | ) |
| char** WFFeatures | ( | ) |
| double WFGetDouble | ( | ) |
| PsiTerm WFGetFeature | ( | ) |
| char* WFGetString | ( | ) |
| PsiTerm WFGetVar | ( | ) |
| int WFInput | ( | ) |
| char* WFType | ( | ) |
1.5.4