How varargs works in C. (Python has *args, **kwargs)
Let’s think about when you were learning programming language first time. Most tutorials teach you how to print “Hello World”. In C, You guys all know that. Every people learn that code. But in depth of printf (in the man page of printf), There are much of “…” s! How can we handle that varargs? […]
계속 읽기