- added mix

- redesigned multi buffer
This commit is contained in:
2025-11-06 22:16:59 +01:00
parent bc013ff352
commit 8310d46176
7 changed files with 285 additions and 25 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
extern void test_buffer();
extern void test_buffer_multi();
extern void test_mix();
int main()
{
test_buffer();
// test_buffer_multi();
test_buffer_multi();
test_mix();
return 0;
}