| Rev | Line | |
|---|
| [189] | 1 | ////////////////////////////////////////////////////////////////////////////////// |
|---|
| 2 | // File : utils.h |
|---|
| 3 | // Date : 01/08/2012 |
|---|
| 4 | // Author : alain greiner mohamed karaoui |
|---|
| 5 | // Copyright (c) UPMC-LIP6 |
|---|
| 6 | /////////////////////////////////////////////////////////////////////////////////// |
|---|
| 7 | |
|---|
| 8 | #ifndef _UTILS_H |
|---|
| 9 | #define _UTILS_H |
|---|
| 10 | |
|---|
| 11 | void* memcpy( void* dst, |
|---|
| 12 | void* src, |
|---|
| 13 | unsigned int size ); |
|---|
| 14 | |
|---|
| [201] | 15 | void * memset( void *dst, |
|---|
| 16 | int s, |
|---|
| 17 | unsigned int count); |
|---|
| [189] | 18 | #endif |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.