Can we call a C function or C executable binary from Shell script?

Can we call a C function or C executable binary from Shell script?

瀏覽:1015
日期:2026-04-21
Hello, I am working on some feature in linux where I need to call a C function(which does opening a binary file, gets checksum value in the file and do some structure manipulation) to it. Is it possible to call a C function or C executable binary from lin...看更多