Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 124

coccinelle-examples-1.0.7-2.mga7.i586.rpm

// use this file with the -macro_file option of spatch.
// ex: ./spatch -macro_file demos/macro_fix_standard.h -parse_c demos/macro_parsing_problem.c 

#define MALLOC(A) malloc(a);