8 lines
77 B
C

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