Files
azeron-cyborg-linux/azeron-cli/utils.c
Aodhan Collins 0267543622 Initial commit
2026-02-22 12:51:32 +00:00

18 lines
299 B
C

/*
* Azeron CLI - Utility functions
* Copyright (C) 2024 Azeron Linux Project
*
* SPDX-License-Identifier: MIT
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/* CLI utility functions will be implemented here */
void cli_utils_init(void)
{
/* Initialize CLI utilities */
}