📄 a1.c
字号:
#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
#include "header.h"
#include <ctype.h>
#undef isspace
#define offsetof( s_name, m_name ) (size_t)&(((s_name *)0)->m_name)
struct nn
{
int r, s, t;
RECT position;
};
struct nn **docks;
main()
{
int index, a, b;
int windows[4];
int x;
int sizewidth;
int totalwidth;
int wincount;
docks[windows[index]]->position.left = docks[windows[index]]->position.left
+ x * sizewidth / totalwidth;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -