ftwin 0.8.10
Application Core Logic

File traversal, hashing, comparison, and configuration. More...

Files

file  checksum.h
 Defines the core checksum type used throughout the application.
 
file  ft_file.c
 Functions for file comparison, checksum calculation (XXH128), and I/O handling.
 
file  ft_file.h
 Interface for file comparison and checksum calculation.
 
file  ftwin.c
 Main application logic for ftwin, including argument parsing, file traversal, and duplicate reporting.
 

Data Structures

struct  ft_conf_t
 Main configuration structure for the ftwin application. More...
 

Typedefs

typedef struct ft_conf_t ft_conf_t
 Main configuration structure for the ftwin application.
 

Detailed Description

File traversal, hashing, comparison, and configuration.