pctl format output as a table

This commit is contained in:
2025-09-18 11:22:09 +02:00
parent e5e707eb54
commit 9e9d2c5190
3 changed files with 27 additions and 12 deletions

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

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