normed the stdme headers
This commit is contained in:
parent
79e039c94a
commit
398dd520d0
84 changed files with 297 additions and 2819 deletions
|
|
@ -11,11 +11,11 @@
|
|||
/* ************************************************************************** */
|
||||
|
||||
#ifndef _ALLOCATOR_H
|
||||
#define _ALLOCATOR_H
|
||||
# define _ALLOCATOR_H
|
||||
|
||||
#include "aq/allocator.h"
|
||||
# include "aq/allocator.h"
|
||||
|
||||
t_allocator *global_allocator(void);
|
||||
void uninit_global_allocator(void);
|
||||
t_allocator *global_allocator(void);
|
||||
void uninit_global_allocator(void);
|
||||
|
||||
#endif /* _ALLOCATOR_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue