According to the documentation for fgets(), the function takes three parameters:
fgets()
I would like to know how to call fgets from assembly code. I read these questions which are exactly the same as the this one: How to call fgets in x86 ...