aboutsummaryrefslogtreecommitdiffstats
path: root/include/calt.h
blob: 3422a918f5ff43e135fa8f4257d50efea76d5c58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2023 Marc Pervaz Boocha
 *
 * SPDX-License-Identifier: MIT
 */
#ifndef CALT_CALT_H
#define CALT_CALT_H

#include <mem.h>
#include <alloc.h>

#endif