/test/language/cecil/glu_02.c
C | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | 33af008399108335096e7c8fc70203e0 MD5 | raw file
1 2#include <stdio.h> 3 4void call_c(void*Current) { 5 TEST02called_from_c(Current); 6}
1 2#include <stdio.h> 3 4void call_c(void*Current) { 5 TEST02called_from_c(Current); 6}