1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-29 11:20:21 +01:00

[c/ru] 413 line link fix

This commit is contained in:
Andrew Popov 2013-11-18 05:14:47 +04:00
parent 92faa7ce01
commit 14d637ddfe

View File

@ -410,7 +410,7 @@ struct rectangle {
};
// sizeof(struct rectangle) == sizeof(int) + sizeof(int) не всегда верно
// из-за особенностей компиляции ([необычное поведение при отступах][1]).
// из-за особенностей компиляции (необычное поведение при отступах)[1].
void function_1() {
struct rectangle my_rec;
@ -480,4 +480,4 @@ void str_reverse_through_pointer(char *str_in) {
Также не забывайте, что [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
[1] http://stackoverflow.com/questions/119123/why-isnt-sizeof-for-a-struct-equal-to-the-sum-of-sizeof-of-each-member