libk  Diff

Differences From Artifact [21d6720beb]:

To Artifact [f7e947c0d1]:


1
2
3











4
#ifndef KIstr
#define KIstr












#endif



>
>
>
>
>
>
>
>
>
>
>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef KIstr
#define KIstr

#include <k/mem.h>

typedef struct kstr {
	sz size;
	kmptr ptr;
} kstr;

typedef struct ksraw {
	sz size;
	char* ptr;
} ksraw;
#endif