SayoriOS
0.3.3
split.h
1
#pragma once
2
3
#include "
common.h
"
4
5
uint32_t
str_cdsp
(
const
char
*a_str,
const
char
* del);
6
void
str_split
(
const
char
a_str[],
char
*out[],
char
* dec);
common.h
Основные определения ядра
str_cdsp
uint32_t str_cdsp(const char *a_str, const char *del)
Функция отладки
Definition:
split.c:22
str_split
void str_split(const char a_str[], char *out[], char *del)
Функция для деления строк
Definition:
split.c:40
kernel
include
lib
split.h
Документация по SayoriOS. Последние изменения: Вс 8 Дек 2024 11:15:21. Создано системой
1.9.1