Revision 9bdfc99f
Added by Xavier Thirioux over 9 years ago
include/arrow.c | ||
---|---|---|
2 | 2 |
#include <assert.h> |
3 | 3 |
#include "arrow.h" |
4 | 4 |
|
5 |
struct _arrow_mem *arrow_alloc() { |
|
5 |
struct _arrow_mem *_arrow_alloc() {
|
|
6 | 6 |
struct _arrow_mem *_alloc; |
7 | 7 |
_alloc = (struct _arrow_mem *) malloc(sizeof(struct _arrow_mem *)); |
8 | 8 |
assert (_alloc); |
Also available in: Unified diff
corrected bug in arrow macros names, added storage attribute for static alloc macros, option -d now creates the destination directory if needed, with current dir as file permissions