0

我有的:

int f() {
    Stmts....;
}
enum t {
    A,B,C
};

我想要的是:

int f() { Stmts...; }
enum t {A, B, C};

另外,我希望结构、联合等具有相同的效果。谢谢。

4

0 回答 0