diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:08:01 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:08:01 -0700 |
commit | a2b4f54dc673935785807ab0ffeef120032adbab (patch) | |
tree | 79c6a2e0c4eae4f5f5a54b7e4d717d8c060c457b /ru-ru | |
parent | 216018a02e80fcc369c5c2786538593fa8fd199d (diff) |
[c/*] remove suggestion to Google
Diffstat (limited to 'ru-ru')
-rw-r--r-- | ru-ru/c-ru.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ru-ru/c-ru.html.markdown b/ru-ru/c-ru.html.markdown index a146a76b..f7b1477b 100644 --- a/ru-ru/c-ru.html.markdown +++ b/ru-ru/c-ru.html.markdown @@ -479,6 +479,4 @@ void str_reverse_through_pointer(char *str_in) { Читаемый код лучше, чем красивый или быстрый код. Чтобы научиться писать хороший код, почитайте [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle). -Также не забывайте, что [Google](http://google.com) и [Яндекс](http://yandex.ru) – ваши хорошие друзья. - [1] http://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member |