cctools
bucketing_exhaust.h
1#ifndef BUCKETING_EXHAUST_H
2#define BUCKETING_EXHAUST_H
3
4#include "bucketing.h"
5
7
8/* Calculate the buckets from a bucketing state
9 * @param s the relevant bucketing state */
10void bucketing_exhaust_update_buckets(bucketing_state_t *s);
11
13
14#endif
Definition bucketing.h:46