win32
This commit is contained in:
parent
dbd4c979b1
commit
2550fc5b87
5
C/init.c
5
C/init.c
@ -1280,6 +1280,11 @@ static void InitVersion(void) {
|
|||||||
Yap_PutValue(AtomVersionNumber, MkAtomTerm(Yap_LookupAtom(YAP_FULL_VERSION)));
|
Yap_PutValue(AtomVersionNumber, MkAtomTerm(Yap_LookupAtom(YAP_FULL_VERSION)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char *Yap_version(void) {
|
||||||
|
Term t = Yap_GetValue(AtomVersionNumber);
|
||||||
|
return RepAtom(AtomOfTerm(t))->StrOfAE;
|
||||||
|
}
|
||||||
|
|
||||||
void Yap_InitWorkspace(UInt Heap, UInt Stack, UInt Trail, UInt Atts,
|
void Yap_InitWorkspace(UInt Heap, UInt Stack, UInt Trail, UInt Atts,
|
||||||
UInt max_table_size, int n_workers, int sch_loop,
|
UInt max_table_size, int n_workers, int sch_loop,
|
||||||
int delay_load) {
|
int delay_load) {
|
||||||
|
Reference in New Issue
Block a user