1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-11-30 10:42:06 +05:30

corrupter.c: add definition for corrupt_byte

This commit is contained in:
Intel A80486DX2-66 2024-11-24 12:06:09 +03:00
parent e7dc39f1f3
commit 7f67707aa8
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -29,6 +29,7 @@ const size_t UINT16_MAX_PLUS_1 = UINT16_MAX + 1;
/* function definitions */
static bool get_chance(uint16_t desired_chance);
static bool is_line_ending(byte c);
static enum Interoperation_Result corrupt_byte(Interoperation_Input_Vars);
/* function implementations */
static bool get_chance(uint16_t desired_chance) {