Meta: Add files to repository
This commit is contained in:
parent
80a0428b66
commit
39198164cd
1029 changed files with 78311 additions and 0 deletions
10
System/Libraries/User.HC
Normal file
10
System/Libraries/User.HC
Normal file
|
@ -0,0 +1,10 @@
|
|||
class @user
|
||||
{
|
||||
I64 uid;
|
||||
U8 name[256];
|
||||
U8 fullname[256];
|
||||
U8 passwd[256];
|
||||
U8 groups[256];
|
||||
}
|
||||
|
||||
"user ";
|
Loading…
Add table
Add a link
Reference in a new issue