V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
AC220
V2EX  ›  问与答

从其它地方拷贝了多个函数(C 语言),有什么工具可以生成对应的函数声明?

  •  
  •   AC220 · Feb 6, 2023 · 704 views
    This topic created in 1188 days ago, the information mentioned may be changed or developed.
    例如:
    void a()
    {

    }
    void b()
    {

    }
    void c()
    {

    }
    自动生成
    void a();
    void b();
    void c();
    void a()
    {

    }
    void b()
    {

    }
    void c()
    {

    }


    一个个手打实在太傻了。。
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5354 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 07:54 · PVG 15:54 · LAX 00:54 · JFK 03:54
    ♥ Do have faith in what you're doing.