mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
8 lines
158 B
C
8 lines
158 B
C
#include "fastfetch.h"
|
|
#include "users.h"
|
|
|
|
const char* ffDetectUsers(FFUsersOptions* options, FFlist* users)
|
|
{
|
|
return "Not supported on this platform";
|
|
}
|