×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / simple question: what's the differnece between extern int cfgFileMod(); extern int cfgFileMod(); in a C head file.
    • Sorry, I mean,
      simple question: what's the differnece between
      extern int cfgFileMod();
      int cfgFileMod();
      in a C head file.