q#
This commit is contained in:
10
LGPL/PLStream/pl-feature.c
Normal file
10
LGPL/PLStream/pl-feature.c
Normal file
@@ -0,0 +1,10 @@
|
||||
int defFeature(const char *c, int f, ...) {
|
||||
/**** add extra flags to engine: nowadays PL_set_prolog_flag */
|
||||
return 0;
|
||||
}
|
||||
|
||||
int trueFeature(int f) {
|
||||
/**** define whether the feature is set or not */
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user