2024-10-30 11:07:19 -07:00

8 lines
77 B
C

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