#include <inttypes.h>
#include <stdio.h>
#include "range_common.h"
#include "price.h"
Functions | |
| static void | init_price_table (void) |
| static void | print_price_table (void) |
| int | main (void) |
Variables | |
| static uint32_t | rc_prices [RC_PRICE_TABLE_SIZE] |
Compiling: gcc -std=c99 -o price_tablegen price_tablegen.c
1.5.6