ds 0.10.0
A C library to safely yet efficiently work with UTF-8–encoded, growable dynamic strings.
usize.c
Go to the documentation of this file.
1//! @file ds/usize.c
2//! @author Avinash Maddikonda (svasssakavi@gmail.com)
3//! @brief Implementation of the @ref ds_usize_t "usize" type, related
4//! constants and functions.
5//! @since 0.1.0
6//! @date 2023-07-24
7
8#include "ds/usize.h"
Declaration of the usize type, related constants and functions.