Loading...
Searching...
No Matches
felica_i.h
1#pragma once
2#include <stdint.h>
3#include <stddef.h>
4#include "felica.h"
5
7
8extern const SimpleArrayConfig felica_service_array_cfg;
9extern const SimpleArrayConfig felica_area_array_cfg;
10extern const SimpleArrayConfig felica_public_block_array_cfg;
11extern const SimpleArrayConfig felica_system_array_cfg;
12
13void felica_system_init(FelicaSystem* system);
14void felica_system_reset(FelicaSystem* system);
15void felica_system_copy(FelicaSystem* system, const FelicaSystem* other);
This file provides a simple (non-type safe) array for elements with (optional) in-place construction ...
Definition felica.h:187
Simple Array configuration structure.
Definition simple_array.h:37