// Written by retoor@molodetz.nl // This source code includes and uses multiple modules and libraries to provide comprehensive networking, // memory management, mathematical functions, and additional functionalities for developing a variety of applications. // Includes not part of the core language: "license.h", "rtypes.h", "nsock.h", "rmalloc.h", "uuid.h", // "rnet.h", "rargs.h", "rcat.h", "rliza.h", "rcov.h", "rtemp.h", "rhttp.h", "rjson.h", "rstring_list.h", // "rautocomplete.h", "rrex4.h", "rprint.h", "rmath.h", "rtest.h", "rkeytable.h", "rhashtable.h", // "rrex3.h", "rtime.h", "arena.h", "rio.h", "rstring.h", "rcase.h", "rterminal.h", "rterm.h", // "rtree.h", "rlexer.h", "rbench.h", "main.h" // MIT License #include "license.h" #ifndef RLIB_H #define RLIB_H #include "rtypes.h" #include "nsock.h" #include "rmalloc.h" #include "uuid.h" #include "rnet.h" #include "rargs.h" #include "rcat.h" #include "rliza.h" #include "rcov.h" #include "rtemp.h" #include "rhttp.h" #include "rjson.h" #include "rstring_list.h" #include "rautocomplete.h" #include "rrex4.h" #include "rprint.h" #include "rmath.h" #include "rtest.h" #include "rkeytable.h" #include "rhashtable.h" #include "rstring_list.h" #include "rrex3.h" #include "rtime.h" #include "arena.h" #include "rio.h" #include "rstring.h" #include "rcase.h" #include "rterminal.h" #include "rterm.h" #include "rtree.h" #include "rlexer.h" #include "rbench.h" #include "main.h" #endif