#include <cstdlib>
#include <cassert>
#include <cstring>
#include <cstdio>
#include <cctype>
#include "id.h"
#include "data.h"
#include "util.h"
#include "trace.h"
#include "gabbie.h"
Defines | |
#define | MAX_LINE_SIZE 256 |
Functions | |
Id * | StrToText (char *buf) |
Data * | SubBuildData (char *buf, Data *dp) |
Variables | |
Id | sIdVec [gPalmBufSize] |
|
|
|
Convert string to array of Id's Currently not used, but expect to use this logic to find indexable tokens in strings |
|
|
|
|