shellthread.h
来自「神龙解压卡Linux下的完整开发包,绝对是超值超值超值」· C头文件 代码 · 共 26 行
H
26 行
#ifndef SHELL_THREAD_H#define SHELL_THREAD_H#ifdef __cplusplusextern "C" {#endifvoid shell_thread_create (RMTdvdControl ctrl_dvd);void shell_thread_lock (void);const char *shell_thread_get_user_input (void);void shell_thread_unlock (void);void shell_thread_die (void);RMstatus shell_thread_get_next_playlist (RMdvdPlaylistItem **item);#ifdef __cplusplus};#endif#endif //SHELL_THREAD_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?