Initial commit
This commit is contained in:
19
azeron-cli/commands.c
Normal file
19
azeron-cli/commands.c
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Azeron CLI - Command implementations
|
||||
* Copyright (C) 2024 Azeron Linux Project
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "azeron.h"
|
||||
|
||||
/* Command implementations will go here as they are developed */
|
||||
/* For now, this file contains placeholder functions */
|
||||
|
||||
void commands_init(void)
|
||||
{
|
||||
/* Initialize command system */
|
||||
}
|
||||
Reference in New Issue
Block a user