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