Registry / utility / septag-sx

septag-sx

JSON →
library2019-05-07vcpkgunverified

Portable base library for C programmers, designed for performance and simplicity.

vcpkg install septag-sx
INSTALL
IMPORT
SIG · SEPTAG-SX
S
septag-sx
utilitycppv2019-05-07
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sx/sx.h
#include <sx/sx.h>

Allocates and frees a string using the SX allocator

#include <sx/sx.h> #include <stdio.h> int main() { sx_allocator_t alloc = sx_allocator_malloc(); char* str = sx_strdup(&alloc, "Hello, SX!"); printf("%s\n", str); sx_free(&alloc, str); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2019-05-07latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

septag-sx — pip install septag-sx · libregistry