Revision fa090c4e include/arrow.c
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