Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 235 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 235 Bytes

Number of Arguments Passed

This project provides an nArgs.h file to count number of arguments (upto 15) that are being passed to a function in C language. I have also added Sample.c file showing how can you take advatage of this.