mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-18 11:08:41 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
fd97920115
|
|
@ -15,8 +15,10 @@
|
|||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace Stdlib {
|
||||
namespace HashTable {
|
||||
namespace Stdlib
|
||||
{
|
||||
namespace HashTable
|
||||
{
|
||||
typedef struct {
|
||||
const char *key;
|
||||
void *value;
|
||||
|
|
@ -213,7 +215,7 @@ namespace Stdlib {
|
|||
|
||||
free(table->entries);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
@ -13,8 +13,10 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace Utils {
|
||||
namespace ArraySort {
|
||||
namespace Utils
|
||||
{
|
||||
namespace ArraySort
|
||||
{
|
||||
inline
|
||||
void reverse_int(int *arr, int size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user