forked from KolibriOS/kolibrios
- Changed libgb assembly and added libcryptal (implementation of cryptoalgorithms from Brad Conte).
- Changed build libgb. - Added memory.h for compatibility. git-svn-id: svn://kolibrios.org@8367 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
8
programs/develop/ktcc/trunk/libc/include/memory.h
Normal file
8
programs/develop/ktcc/trunk/libc/include/memory.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _MEMORY_H
|
||||
#define _MEMORY_H
|
||||
|
||||
#ifndef _STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user