Comment on C is not Turing-complete (2018)parentComments−eminent1011yare we allowed to read/write to external storage?They did restrict the scope of their article to the standard only:"This is an argument about the specification of C, not any particular implementation."I don't think the spec has any representation of external storage in it.−dpassens1yFILE* is defined by the standard.−eminent1011yThanks! I stand corrected.
Comments
They did restrict the scope of their article to the standard only:
"This is an argument about the specification of C, not any particular implementation."
I don't think the spec has any representation of external storage in it.
FILE* is defined by the standard.
Thanks! I stand corrected.