#ifndef P5_H #define P5_H int count_alphanumeric(const char* str); #endif