Initial commit
This commit is contained in:
17
azeron-cli/utils.c
Normal file
17
azeron-cli/utils.c
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* 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 */
|
||||
}
|
||||
Reference in New Issue
Block a user