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:
parent
e7dc39f1f3
commit
7f67707aa8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user