Newer
Older
rtlibc / inc / types.h
/* Copyright (C) Thornwave Labs Inc - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Razvan Turiac <razvan.turiac@thornwave.com>
 */

#ifndef _RTLIBC_TYPES_H
#define _RTLIBC_TYPES_H

#include <stdint.h>

#endif