Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /*
  2.  * Copyright (C) KolibriOS team 2024. All rights reserved.
  3.  * Distributed under terms of the GNU General Public License
  4. */
  5.  
  6. #ifndef _MEMORY_H_
  7. #define _MEMORY_H_
  8.  
  9. #include <string.h>
  10.  
  11. #endif // _MEMORY_H_
  12.