How to clean the cache in c

htt‮‬ps://www.lautturi.com
How to clean the cache in c
void clearBuffer() {
	char c;
	do {
		c = getchar();
	} while (c != '\n' && c != EOF);
}
Created Time:2017-08-28 14:42:30  Author:lautturi