2.16.44. file_killproc

[<<<] [>>>]

@c Kill a process

This function kills a process identified by the process ID (PID).

If the process is killed successfully the return value is zero, otherwise a positive value.

int file_killproc(long pid
  ){

[<<<] [>>>]