⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 a1.c

📁 CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co
💻 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 + -