/
mc-worker
/
mc-mirror
Обзор
Документация
Войти
/
mc-worker
/
mc-mirror
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/editor/editcomplete.h
21 строка
850 B
Yury V. Zaytsev
formatting: step 6 - manual tweaks
02 фев 2025, 21:38
02 фев 2025, 21:38
8406bdd
Код
Авторство
О чём код?
#ifndef MC__EDIT_COMPLETE_H #define MC__EDIT_COMPLETE_H /*** typedefs(not structures) and defined constants **********************************************/ /*** enums ***************************************************************************************/ /*** structures declarations (and typedefs of structures)*****************************************/ /*** global variables defined in .c file *********************************************************/ /*** declarations of public functions ************************************************************/ /* Public function for unit tests */ MC_MOCKABLE char *edit_completion_dialog_show (const WEdit *edit, GQueue * compl, int max_width); void edit_complete_word_cmd (WEdit *edit); /*** inline functions ****************************************************************************/ #endif