a1.c

来自「CC386 is a general-purpose 32-bit C comp」· C语言 代码 · 共 26 行

C
26
字号
#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 + =
减小字号Ctrl + -
显示快捷键?