k-chow/k/utils/utils.h

10 lines
105 B
C
Raw Normal View History

#ifndef UTILS_H
#define UTILS_H
static void *cast(void *ptr)
{
return ptr;
}
#endif /* !UTILS_H */