So I've been practicing to write simple subroutines in FASMW using the CDECL and STDCALL calling conventions and it got me wondering about what the printf funct
Let's say we have the following method. void some(int id, int... otherIds) { } How can I create a single IntStream with those two arguments?