File Manager

Current Path : /usr/share/doc/git/contrib/coccinelle/
Upload File :
Current File : //usr/share/doc/git/contrib/coccinelle/xcalloc.cocci

@@
type T;
T *ptr;
expression n;
@@
  xcalloc(
+ n,
  \( sizeof(T) \| sizeof(*ptr) \)
- , n
  )

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com