pctl Add kill command

This commit is contained in:
2025-09-29 21:43:28 +02:00
parent 46e52c8d48
commit 0fb63b4695
3 changed files with 37 additions and 0 deletions

6
user/pctl/kill.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef PCTL_KILL_H_
#define PCTL_KILL_H_
void pctl_kill(void);
#endif // PCTL_KILL_H_