5 lines
80 B
C
5 lines
80 B
C
|
#pragma once
|
||
|
#include "std_lib_facilities.h"
|
||
|
|
||
|
void countCharInTxt(string path);
|