Content deleted Content added
→Circular buffer mechanics: Wording. |
fixed inaccurate comments, leading to misleading code (proof: https://godbolt.org/z/jj6Goc3h4) |
||
Line 70:
#include <stdio.h>
enum { N =
int buffer [N];
|
→Circular buffer mechanics: Wording. |
fixed inaccurate comments, leading to misleading code (proof: https://godbolt.org/z/jj6Goc3h4) |
||
Line 70:
#include <stdio.h>
enum { N =
int buffer [N];
|