#ifndef FUNCTION_H

#define FUNCTION_H

int length_greater_than_one(char c, int length, int n);

#endif
