Skip to content
Snippets Groups Projects
Commit b00ffcac authored by Alexander Bantyev's avatar Alexander Bantyev
Browse files

Update README.md

parent 3e879c0d
No related branches found
No related tags found
No related merge requests found
......@@ -149,5 +149,16 @@ https://www.linux.org.ru/forum/development/14918675
***
Зачем вообще линкед листы? Почему не массив указателей? А точнее массив из кластеров с указателем и длиной массива:
```
struct {
int array_size;
byte * array_pointer;
} string_list[];
```
***
Меня уже цитируют, почти как Линуса:)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment