I am currently working on a project which involves porting a huge application from QNX SRR to Standard Linux using POSIX commands
Currently I am stuck on the sin command that QNX implements.
Can someone guide me as to how an alternate for qnx sin be created in Linux
The application code uses sin in a lot of places to find process ids, kill processes, restart processes etc. So intention is to create a replacement for sin without really making too many changes in the application code