1
0
Fork 0
hvif-light/src/hvif-light.c

6 lines
68 B
C

#include "hvif-light.h"
unsigned test(unsigned x) {
return 2*x;
}