GNU PROLOG with UTF8 support
Functions | Variables
fd_prime_c.c File Reference
#include <stdlib.h>
#include "engine_pl.h"
#include "bips_pl.h"
#include "engine_fd.h"
#include "bips_fd.h"
Include dependency graph for fd_prime_c.c:

Functions

static void Compute_Prime_Range (void)
 
void Pl_Prime_Range (Range *r)
 
void Pl_Not_Prime_Range (Range *r)
 

Variables

static int prime_vec_size
 
static Range prime_range
 
static Range not_prime_range
 

Function Documentation

static void Compute_Prime_Range ( void  )
static

Here is the call graph for this function:

Here is the caller graph for this function:

void Pl_Not_Prime_Range ( Range r)

Here is the call graph for this function:

void Pl_Prime_Range ( Range r)

Here is the call graph for this function:

Variable Documentation

Range not_prime_range
static
Range prime_range
static
int prime_vec_size
static