NAME
Word_list - KJB library string vector type
SYNOPSIS
#include "l/l_word_list.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
typedef struct Word_list
{
int num_words;
char **words;
}
Word_list;
PARAMETERS
-
int num_words
-
Length of vector
-
char **words
-
Pointer to string pointers
DESCRIPTION
This type is for vectors of strings.
strings, word lists, data types
DISCLAIMER
This software is not adequatedly tested. It is recomended that
results are checked independantly where appropriate.
AUTHOR
Kobus Barnard
DOCUMENTOR
Kobus Barnard