This is chess_strings.c in view mode; [Download] [Up]
const char *KING = "king"; const char *BLACK_PAWN = "black_pawn"; const char *BLACK_ROOK = "black_rook"; const char *BLACK_KNIGHT = "black_knight"; const char *BLACK_BISHOP = "black_bishop"; const char *BLACK_KING = "black_king"; const char *BLACK_QUEEN = "black_queen"; const char *WHITE_PAWN = "white_pawn"; const char *WHITE_ROOK = "white_rook"; const char *WHITE_KNIGHT = "white_knight"; const char *WHITE_BISHOP = "white_bishop"; const char *WHITE_KING = "white_king"; const char *WHITE_QUEEN = "white_queen"; const char *COMPUTER = "Computer";
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.