#include "mfcpch.h"
#include "blckerr.h"
#include "helpers.h"
#include "linlsq.h"
#include "werd.h"
Go to the source code of this file.
Macro Definition Documentation
Function Documentation
int word_comparator |
( |
const void * |
word1p, |
|
|
const void * |
word2p |
|
) |
| |
word_comparator()
word comparator used to sort a word list so that words are in increasing order of left edge.
Definition at line 384 of file werd.cpp.
Variable Documentation
const ERRCODE CANT_SCALE_EDGESTEPS = "Attempted to scale an edgestep format word" |