#include <stdio.h>
#include <stdlib.h>
#include "utils/kp_bool.h"
#include "utils/list.h"
Go to the source code of this file.
Functions | |
int | get_sbcr_status (individual_t *individual) |
int | set_sbcr_status (individual_t *individual, int status) |
Alexandr A. Lomov <lomov@cs.karelia.ru>
PetrSU KP Library 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 PetrSU KP Library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Copyright (C) 2009 - Alexander A. Lomov. All rights reserved.
int get_sbcr_status | ( | individual_t * | individual | ) |
int set_sbcr_status | ( | individual_t * | individual, | |
int | status | |||
) |