#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <stddef.h>
#include <unistd.h>
#include "fret.h"
#include "gramstore.h"
#include "common.h"
Include dependency graph for common.c:
Functions | |
void | setError (FretError error) |
void | setInitState (bool isInitialized) |
FretError | getError (void) |
void | setMinLength (unsigned int len) |
unsigned int | getMinLength (void) |
void | resetGram (Gram *const pGram) |
|
Return the internal error code. |
|
Get the minimum Gram length. |
|
Initialise fields in a Gram structure. |
|
Save an internal error code. |
|
Update the library init status. |
|
Set the minimum Gram length. |