Files
my-os-project2/user/pctl/ls.h
2025-09-18 11:22:09 +02:00

7 lines
81 B
C

#ifndef PCTL_LS_H_
#define PCTL_LS_H_
void pctl_ls(void);
#endif // PCTL_LS_H_