有没有办法在 C 中实现函数重载?我正在寻找要重载的简单函数,例如
foo (int a) foo (char b) foo (float c , int d)
我认为没有直接的方法;如果有的话,我正在寻找解决方法。
有几种可能: