aboutsummaryrefslogtreecommitdiff
path: root/src/memory/memory.h
blob: 9e2374d579d524e8dece6c54e512e1306a1b594b (plain) (blame)
1
2
3
4
5
6
#ifndef MELVIX_MEMORY_H
#define MELVIX_MEMORY_H

unsigned char *memory_set(unsigned char *dest, unsigned char val, int count);

#endif