Bananymous
|
022bb69782
|
LibC: Implement inet_aton
This is not POSIX but IMO it makes sense to have the counter part to
inet_ntoa
|
2025-06-02 11:39:18 +03:00 |
Bananymous
|
ddcf414107
|
LibC: Fix netinet/in.h and arpa/inet.h definitions
|
2025-05-28 03:10:01 +03:00 |
Bananymous
|
96740d6be4
|
LibC: Make `inet_addr` spec compliant
I was not doing any error checking, basically i validated anything that
started with atleast a single digit.
|
2025-04-22 09:40:46 +03:00 |
Bananymous
|
c69919738b
|
BuildSystem: Move all userpace libraries under the userspace directory
As the number of libraries is increasing, root directory starts to
expand. This adds better organization for libraries
|
2024-06-18 13:14:35 +03:00 |