thaibbraz / FreqCounter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreqCounter is a C project that basically counts the frequency of patterns in directories and files.

Main functions: void iterate_folder (char * path): Function for case handling -d / dir o Also uses void bytesCounter (int argc, char * argv [], char * file) for handling files within (s) ) board (s).

void write_file (char * filename): Function that writes output to a file.

void bytesCounter (int argc, char * argv [], char * file): Function for handling cases -f / file.

About


Languages

Language:C 85.4%Language:Makefile 10.9%Language:C++ 3.7%