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?

瀏覽:314
日期:2026-04-20
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...看更多