File Manager

Current Path : /proc/3848978/root/usr/share/doc/git/contrib/coccinelle/
Upload File :
Current File : //proc/3848978/root/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