I came across the following function signature and I wondered if this (the ellipsis, or "...") is some kind of polymorphism?
"..."
#include <fcntl.h> int fcntl(int fd, int cmd, ... );
Thanks in advance.
It's a variable argument list.
1.4m articles
1.4m replys
5 comments
57.0k users