1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

LibC: Implement pause function

This commit is contained in:
Jean-Baptiste Boric 2021-08-11 18:49:13 +02:00 committed by Andreas Kling
parent f2b8b46bb0
commit b6b6add78f
2 changed files with 7 additions and 0 deletions

View file

@ -121,6 +121,7 @@ int umount(const char* mountpoint);
int pledge(const char* promises, const char* execpromises);
int unveil(const char* path, const char* permissions);
char* getpass(const char* prompt);
int pause();
enum {
_PC_NAME_MAX,