diff options
author | cathook <cat.hook31894@gmail.com> | 2013-12-20 01:28:33 +0800 |
---|---|---|
committer | cathook <cat.hook31894@gmail.com> | 2013-12-20 01:28:33 +0800 |
commit | f1ded99e2ddca43a9de8af8574ea1cb0578b3e73 (patch) | |
tree | 14a3bc722785e5b4f19a5b70933175d7d56be30d | |
parent | 13c728625944874cf14b1d9d5777874bb6282587 (diff) | |
download | ctl-f1ded99e2ddca43a9de8af8574ea1cb0578b3e73.tar.gz ctl-f1ded99e2ddca43a9de8af8574ea1cb0578b3e73.tar.zst ctl-f1ded99e2ddca43a9de8af8574ea1cb0578b3e73.zip |
update utility.h
-rw-r--r-- | inc/utility.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/utility.h b/inc/utility.h index 638c989..ccfd6fa 100644 --- a/inc/utility.h +++ b/inc/utility.h @@ -104,7 +104,9 @@ typedef pcuchar* ppcuchar; #define ppcuChar(X) ((ppcuchar)(X)) // -typedef int (*cmp_func)(pcvoid,pcvoid); +typedef int (*ctl_cmp_func)(pcvoid,pcvoid); + +#define ctl_priv static inline pvoid ctl_malloc (size_t size); |