- 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:
superturbocat2001
2020-12-11 17:07:49 +00:00
parent c3410b755e
commit 14e3d78c64
26 changed files with 2878 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#ifndef _MEMORY_H
#define _MEMORY_H
#ifndef _STRING_H
#include <string.h>
#endif
#endif