In file included from main.cpp:2:0:
dscriptcore.h:4:38: error: declaration of 'getinput' as array of functions.
char getinput [] (char* inputtext)
^
dscriptcore.h:6:9: error: expected primary-expression before 'return'.
return *inputtext;
^~~~~~
dscriptcore.h:6:9: error: expected '}' before 'return'.
dscriptcore.h:7:5: error: expected declaration before '}' token.
}