Answer the question
In order to leave comments, you need to log in
How to connect the getchar_unlocked function?
All the best :)
I am writing in 13 visual studios. the compiler doesn't recognize the getchar_unlocked function (throws error C3861) :(
Let's say we have this super elementary thing:
#include <stdio.h>
int main()
{
int v;
v = getchar_unlocked();
return v;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question