can I read/write the routing table in C without using system() command?

Viewed 18709

I have code written in C. I want to get using C code information that is stored in routing table. Is it possible?

3 Answers
Related