evo-crypter
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1
6
#ifndef EVO_FILE_UTILS_H
7
#define EVO_FILE_UTILS_H
8
9
#include <setjmp.h>
// jmp_buf
10
#include <stdbool.h>
// bool
11
#include <stdio.h>
// fopen, stderr, fprintf, fputc, fgetc, fseek, fflush, ftell, fgets, fclose, perror
12
#include <stdlib.h>
// free, exit
13
#include <string.h>
// strlen, strncpy, strdup
14
22
void
reverse_generations
(
char
* generations);
23
30
bool
file_exists
(
const
char
* filename);
31
32
#endif
// EVO_FILE_UTILS_H
file_exists
bool file_exists(const char *filename)
Checks if a file exists.
Definition
utils.c:13
reverse_generations
void reverse_generations(char *generations)
Reverses the order of characters in a string.
Definition
utils.c:4
src
file
utils.h
Generated by
1.9.8