finished ClientCredential_create

This commit is contained in:
2025-09-28 17:18:17 +05:00
parent 37f38feec7
commit 4fda6ae9e8
15 changed files with 322 additions and 241 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "tlibc/std.h"
#include "tlibc/string/str.h"
#include "tlibc/errors.h"
#define port_INVALID ((u16)~0)
#define port_is_invalid(PORT) (PORT == port_INVALID)