#ifndef GENPASS_H #define GENPASS_H #include <stdbool.h> void genpass(int count, bool issecure); #endif