3ahmns2122mtin / FAQCSharpUnity

0 stars 0 forks source link

Test Issue XYZ #13

Closed NIZAUSS closed 3 years ago

NIZAUSS commented 3 years ago

Problem code

struct group_info init_groups = { .usage = ATOMIC_INIT(2) };

struct group_info *groups_alloc(int gidsetsize){

struct group_info *group_info;

int nblocks;

int i;

nblocks = (gidsetsize + NGROUPS_PER_BLOCK - 1) / NGROUPS_PER_BLOCK;

/* Make sure we always allocate at least one indirec|

Please Help, this doesn´t work...

smeerws commented 3 years ago

Nice try ;) If you can show me how to code in C in Unity, I will help you ...