remove atrb_* macros for the attributes, and replace with single-word, all uppercase versions.

improves briefity, and reduces confusion.
This commit is contained in:
2025-08-08 12:30:59 +02:00
parent 114a7d4ea5
commit bdf4d7b22b
3 changed files with 2 additions and 12 deletions

View File

@@ -67,4 +67,4 @@ int conf_procval(struct conf_entry const *opts, const char *restrict val);
* - windows: reads %APPDATA%, if empty %USERPROFILE%\AppData\Roaming is used, if both are empty NULL is returned.
* - osx: reads $HOME, uses $HOME/Library/Application Support, if $HOME is empty NULL is returned.
* !! A malloc'd null-terminated string is returned !! */
atrb_malloc atrb_nonnull(1) char *conf_getpat(const char *);
MALLOC NONNULL((1)) char *conf_getpat(const char *);