evo-crypter
 
Loading...
Searching...
No Matches
fn_asterisk.c File Reference
#include "../mod.h"
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Functions

void fn_asterisk_up (char *str)
 
void fn_asterisk_down (char *str)
 

Variables

const char * dictionary []
 
const int DICT_SIZE = sizeof(dictionary) / sizeof(dictionary[0])
 

Function Documentation

◆ fn_asterisk_down()

void fn_asterisk_down ( char *  str)

◆ fn_asterisk_up()

void fn_asterisk_up ( char *  str)

Variable Documentation

◆ DICT_SIZE

const int DICT_SIZE = sizeof(dictionary) / sizeof(dictionary[0])

◆ dictionary

const char* dictionary[]
Initial value:
= {"apple", "banana", "orange", "grape", "melon",
"dog", "cat", "bird", "fish", "elephant",
"red", "green", "blue", "yellow", "purple"}