c-hash-breaker/client/main.h
2024-03-02 23:55:03 +01:00

7 lines
83 B
C

#ifndef MAIN_H
#define MAIN_H
void printHelp(void); // Print help message
#endif