The idea is, from the entry of a pid by the user, stop it, but it is not working, do you have any ideas?
#include <stdio.h>
int main()
{
char proceso;
char command;
for(;;){
command="kill ";
printf( "Aca listo los procesos" );...
asked by
06.12.2016 / 18:28