/[sudobot]/trunk/lib/common/utils/utils.h
ViewVC logotype

Annotation of /trunk/lib/common/utils/utils.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 573 - (hide annotations)
Mon Jul 29 17:54:59 2024 UTC (9 months, 2 weeks ago) by rakinar2
File MIME type: text/x-c
File size: 279 byte(s)
chore: push code for v9 [second attempt]
1 rakinar2 573 #ifndef SUDOBOT_UTILS_UTILS_H
2     #define SUDOBOT_UTILS_UTILS_H
3    
4     #define FREE_VARG_ENDARG ((void *) 0xFFFFFFFFFFFFFFFFUL)
5     #define dealloc(...) free_varg(__VA_ARGS__, FREE_VARG_ENDARG)
6    
7     const char *get_last_error();
8     void free_varg(void *ptr1, ...);
9    
10     #endif /* SUDOBOT_UTILS_UTILS_H */

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26