10 lines
105 B
C
10 lines
105 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
static void *cast(void *ptr)
|
|
{
|
|
return ptr;
|
|
}
|
|
|
|
#endif /* !UTILS_H */
|