8 lines
77 B
C
8 lines
77 B
C
#ifndef P5_H
|
|
#define P5_H
|
|
|
|
int count_alphanumeric(const char* str);
|
|
|
|
#endif
|
|
|