This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ELF格式下的整除函数是什么



在COFF格式下,两个整数之间的整除可以用_divi(a,b)来实现,但在ELF格式下却不识别,请问有没有替代函数,谢谢!