.. Decision Copyright (C) 2019-2020 Benjamin Beddows This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ********* The C API ********* Since Decision is made in C, if you are writing a program in either C or C++, you can include Decision as an embeddable programming language! This chapter describes in detail how you can do so, and what you can do once you've embedded it into your program. .. toctree:: :maxdepth: 3 embedding_decision.rst running_decision_from_c.rst running_c_from_decision.rst debugging_decision_code.rst