#include "osl/eval/ppair/piecePairRawEval.h"
#include "osl/record/csa.h"
#include <boost/scoped_ptr.hpp>
#include <iostream>
#include <cstdlib>
#include <cstdio>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | usage (const char *prog) |
void | show (std::ostream &os, Square pos, PtypeO ptypeo) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file pairdiff.cc.
References osl::record::csa::show(), and usage().
Definition at line 25 of file pairdiff.cc.
References osl::csaShow(), osl::getOwner(), and osl::getPtype().
void usage | ( | const char * | prog) |
Definition at line 17 of file pairdiff.cc.