Handle process arguments

This commit is contained in:
2025-09-10 23:25:03 +02:00
parent 2f9f4d9397
commit dc3d80d707
13 changed files with 127 additions and 23 deletions

7
ulib/args.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef ULIB_ARGS_H_
#define ULIB_ARGS_H_
char **args(void);
size_t argslen(void);
#endif // ULIB_ARGS_H_