source: buchla-68k/include/memory.h@ 109c83b

Last change on this file since 109c83b was 109c83b, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Compiled full ROM in Hatari.

  • Property mode set to 100644
File size: 374 bytes
Line 
1/*
2 ============================================================================
3 memory.h -- header for memory functions
4 Version 3 -- 1987-04-06 -- D.N. Lynx Crowe
5 ============================================================================
6*/
7
8extern char *memccpy(), *memchr(), *memcpy(), *memset();
9extern int memcmp(), *memsetw(), *memcpyw(), memcmpu();
Note: See TracBrowser for help on using the repository browser.