Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
git
/
contrib
/
coccinelle
/
tests
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
free.c
104 B
-rw-r--r--
2024-05-31 00:41:06
Edit
Del
free.res
92 B
-rw-r--r--
2024-05-31 00:41:06
Edit
Del
Editing: free.res
(92 B)
Path: /usr/share/doc/git/contrib/coccinelle/tests/free.res
Back
int use_FREE_AND_NULL(int *v) { FREE_AND_NULL(*v); } int need_no_if(int *v) { free(v); }