我遇到了以下函数签名,我想知道这个(省略号,或者"...")是否是某种多态性?
"..."
#include <fcntl.h> int fcntl(int fd, int cmd, ... );
提前致谢.
c
c ×1