YAP 7.1.0
atomic.c File Reference

This file includes the definition of a miscellania of standard operations for yap refering to sequences of characters conversions. More...

#include "Yap.h"
#include "YapEval.h"
#include "YapHeap.h"
#include "YapText.h"
#include "Yatom.h"
#include "yapio.h"
#include <stdio.h>
#include <wchar.h>

Go to the source code of this file.

Macros

#define HAS_CACHE_REGS   1
 
#define CastToNumeric(x)   CastToNumeric__(x PASS_REGS)
 
#define SUB_ATOM_HAS_MIN   1
 
#define SUB_ATOM_HAS_SIZE   2
 
#define SUB_ATOM_HAS_AFTER   4
 
#define SUB_ATOM_HAS_VAL   8
 
#define SUB_ATOM_HAS_ATOM   16
 
#define SUB_ATOM_HAS_UTF8   32
 

Functions

void Yap_InitBackAtoms (void)
 
void Yap_InitAtomPreds (void)
 

Detailed Description

This file includes the definition of a miscellania of standard operations for yap refering to sequences of characters conversions.

Definition in file atomic.c.