mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Add zfree
This commit is contained in:
parent
1b263e1f67
commit
9f61a819fc
4 changed files with 27 additions and 15 deletions
8
include/common/zfree.h
Normal file
8
include/common/zfree.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef __LABWC_ZFREE_H
|
||||
#define __LABWC_ZFREE_H
|
||||
|
||||
void __zfree(void **ptr);
|
||||
|
||||
#define zfree(ptr) __zfree((void **)&(ptr))
|
||||
|
||||
#endif /* __LABWC_ZFREE_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue