Knight-Path 1.0.D018
|
#include <cassert>
#include <cstdlib>
#include <knight-path/position.h>
Go to the source code of this file.
Functions | |
static char | safe_tolower (char c) |
static bool | safe_isspace (char c) |
static bool safe_isspace | ( | char | c | ) | [inline, static] |
Definition at line 125 of file position.cc.
static char safe_tolower | ( | char | c | ) | [static] |
Definition at line 37 of file position.cc.