Adding comment.

This commit is contained in:
Ulysse Cura 2026-08-14 20:44:40 +02:00
parent a7e3c16ad9
commit eb01fd4d2b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include "memory_alloc.h"
#include "errors.h"
// Arg : component_type_t component_type
int create_component(component_t *component, va_list args)
{
component->type = va_arg(args, component_type_t);