summaryrefslogtreecommitdiff
path: root/libraries/euler/include/cctype
blob: 087b191296f31051b1f0f655afb121483cf1d6bd (plain) (blame)
1
2
3
4
5
6
7
#pragma once

namespace std {

  int isspace(int ch);

}