equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 /** @file blob.hpp */ |
3 /** @file blob.hpp */ |
4 |
4 |
5 #ifndef BLOB_HPP |
5 #ifndef BLOB_HPP |
6 #define BLOB_HPP |
6 #define BLOB_HPP |
|
7 |
|
8 #include "../core/alloc_func.hpp" |
7 |
9 |
8 /** Type-safe version of memcpy(). |
10 /** Type-safe version of memcpy(). |
9 * @param d destination buffer |
11 * @param d destination buffer |
10 * @param s source buffer |
12 * @param s source buffer |
11 * @param num_items number of items to be copied (!not number of bytes!) */ |
13 * @param num_items number of items to be copied (!not number of bytes!) */ |