#include "ks_config.h"
#include "ks_combination.h"
#include "ks_string.h"
#include "ks_number.h"
#include <stdlib.h>
Go to the source code of this file.
Functions | |
| long | ks_combination_score (ks_combination_t *c) |
| const char * | ks_combination_data (ks_combination_t *c) |
Definition in file ks_combination.c.
| const char* ks_combination_data | ( | ks_combination_t * | c | ) |
Get the data for the combination type ks_combination_t (c).
| c | A pointer to a ks_combination_t. |
Definition at line 61 of file ks_combination.c.
References ks_assoc_get(), KS_CAST, and ks_string_get().
| long ks_combination_score | ( | ks_combination_t * | c | ) |
Get the score for the combination type ks_combination_t (c).
| c | A pointer to a ks_combination_t. |
Definition at line 43 of file ks_combination.c.
References ks_assoc_get(), KS_CAST, and ks_number_get().
1.5.1