feat: added sling url decomposition
This commit is contained in:
10
include/myke/util/slingurl.h
Normal file
10
include/myke/util/slingurl.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by rick on 26-03-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_SLINGURL_H
|
||||
#define NEW_KERNEL_SLINGURL_H
|
||||
|
||||
void slingurl_decompose(const char* url);
|
||||
|
||||
#endif //NEW_KERNEL_SLINGURL_H
|
||||
@@ -19,6 +19,8 @@ size_t strlen(const char *str);
|
||||
|
||||
const char *strchr(const char *s, char c);
|
||||
|
||||
const char *strrchr(const char *s, char c);
|
||||
|
||||
int memcmp(const void *s1, const void *s2, size_t n);
|
||||
|
||||
int strcmp(const char *s1, const char *s2);
|
||||
|
||||
Reference in New Issue
Block a user