aboutsummaryrefslogtreecommitdiff
path: root/str.h
blob: 76fad0fa19ddb080a1614c676dfc041e8068d6be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Created by jhunk on 3/21/26.
//

#ifndef DO_STR_H
#define DO_STR_H

#include <stdio.h>
#include <stdlib.h>
#include <string.h>


char** split(char *_sptr, const char* delim, size_t max, size_t *num);

#endif //DO_STR_H