Тестирование разметки Markdown

This commit is contained in:
2026-05-02 10:30:00 +05:00
parent d2dc03a035
commit 2219eec8c5
2 changed files with 95 additions and 4 deletions
+9 -3
View File
@@ -21,6 +21,7 @@ enum ПланЗастройки {
ДОМОВ_ПО_Х = 3,
ДОМОВ_ПО_У = ДОМОВ_ПО_Х,
МАХИМАЛЬНО_ЛИМУЗИНОВ_ЗА_РАЗ = ((~0 ^ 0xfffc0000) - 0b10111111110000110), ///< А-а-а-а!!! Да тут же всё понятно, всего на всего ((~0 ^ 0xfffc0000) - 0b10111111110000110)
ТЕЛЕПОРТАБИЛИТИ = 0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001 << 5
};
typedef char гномопатька_t;
@@ -56,7 +57,7 @@ typedef struct DwarvenVillage {
typedef struct lin2header {
uint16_t portal_size;
char limo[];
char limo[ТЕЛЕПОРТАБИЛИТИ];
} lin2header;
@@ -69,8 +70,13 @@ void summon_teleporter_in(struct sockaddr_in* _SrvAddr) {
while (1) { ///< сто раз так делал
int лимузиновприбыло = epoll_wait(epfd, парковки, МАХИМАЛЬНО_ЛИМУЗИНОВ_ЗА_РАЗ + 3 - 2, -1); ///< бесконечность не предел
if (лимузиновприбыло > 0) {
///< тут мы принимаем гостей
///< pltcm ,eltn htfkbpjdfyf kjubrf hf,jns c узщд
///< не уследил за раскладкой ↑ =)
}
}
}
}
/**
* @brief МАХИМАЛЬНО_ЛИМУЗИНОВ_ЗА_РАЗ -> защита от OOR
*
*/