SayoriOS  0.3.3
explode.h
1 #pragma once
2 
3 #include <common.h>
4 
5 uint32_t str_cdsp2(const char* a_str, char del);
6 char** explode(const char str[], char delimiter);
Основные определения ядра
uint32_t str_cdsp2(const char *a_str, char del)
Функция отладки
Definition: explode.c:21