summaryrefslogtreecommitdiff
path: root/libimc/libimc.h
blob: 877788352079b7f4fbf717889f81a6cc1c23b281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include <stdint.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <stddef.h>

typedef uint64_t choice_t;
typedef uint64_t hash_t;

choice_t choose(choice_t n, hash_t hash);
void report_error();
void check_exit_normal();
extern void check_main();

void register_resetter(void (*resetter)(void));
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback