Simon Hobson writes: > Yes, the latter wouldn't make much sense, but it's possible ?
It's possible. Simplfying a little, an executable on linux is just a shared
library that contains a function called main() (yes I know I'm simplifying,
PLEASE let's not argue these details). A library can do anything the
executable can.