5 lines
97 B
C
5 lines
97 B
C
#pragma once
|
|
|
|
int pm_run_app(const char *path, int flags);
|
|
int pm_kill_task(int pid, int flags);
|