2024-10-29 23:41:42 -07:00

8 lines
77 B
C

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