Leonardo Gibrowski Faé
Leonardo Gibrowski Faé
Implement functions that allow us to retrieve the directory stream file descriptor, equivalent to libc's `dirfd` function. On linux, we can simply return the file descriptor itself (I verified this...
The `getenv` C function is neither implemented nor contained within the `not_implemented` module. I believe it would probably fall under the category of either `libc_internals` or `higher_level`. Nevertheless, it would...
I am working on generating code for the wayland protocol in [waybackend](https://codeberg.org/LGFae/waybackend). When creating identifiers, some of them are invalid identifiers in Rust (an enum variant that is just a...
Fixes #471. ---- TODO: test this in a multiple monitor setup (if someone can do this for me, I'd appreciate it!). We really need a way of automating this. Like...