nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

ga_foreach.h (225B)


      1 #ifndef   _MXF_REMOTE_GA_FOREACH_H
      2 #define   _MXF_REMOTE_GA_FOREACH_H
      3 #include <skalibs/genalloc.h>
      4 #define ga_foreach(type, m, idx) for (idx = 0; (idx * sizeof(type)) < (m)->len; ++idx)
      5 #endif /* _MXF_REMOTE_GA_FOREACH_H */