Files
fastfetch/src/detection/users/users_nosupport.c
T
2024-10-04 17:49:18 +08:00

8 lines
158 B
C

#include "fastfetch.h"
#include "users.h"
const char* ffDetectUsers(FFUsersOptions* options, FFlist* users)
{
return "Not supported on this platform";
}