call insmod in C program



Hi

I need to insert kernel modules from a C application , is it possible
to do that without calling system("insmod ..")

Any comment is welcome
.