{"id":15497345,"url":"https://github.com/jwerle/asprintf.c","last_synced_at":"2025-12-16T21:29:32.674Z","repository":{"id":17637777,"uuid":"20442145","full_name":"jwerle/asprintf.c","owner":"jwerle","description":"asprintf() implementation","archived":false,"fork":false,"pushed_at":"2020-10-01T20:23:09.000Z","size":11,"stargazers_count":34,"open_issues_count":0,"forks_count":8,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-04-14T09:54:35.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwerle.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-03T12:42:37.000Z","updated_at":"2024-01-19T09:04:42.000Z","dependencies_parsed_at":"2022-09-24T18:06:20.223Z","dependency_job_id":null,"html_url":"https://github.com/jwerle/asprintf.c","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fasprintf.c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fasprintf.c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fasprintf.c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwerle%2Fasprintf.c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwerle","download_url":"https://codeload.github.com/jwerle/asprintf.c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234298141,"owners_count":18810293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T08:33:00.174Z","updated_at":"2025-12-16T21:29:27.382Z","avatar_url":"https://github.com/jwerle.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"asprintf.c\n==========\n\nasprintf() implementation\n\n## Install\n\n```sh\n$ clib install littlstar/asprintf.c\n```\n\n## Usage\n\n```c\n#include \u003casprintf.h\u003e\n```\n\nor\n\n```c\n#include \u003casprintf/asprintf.h\u003e\n```\n\n## Example\n\n```c\n\nchar *str = NULL;\nchar *fmt = \"this is a %s\";\nint size = asprintf(\u0026str, fmt, \"string\");\n\nprintf(\"%s\\n\", str); // this is a string\nprintf(\"%d\\n\", size); // 16\n\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwerle%2Fasprintf.c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwerle%2Fasprintf.c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwerle%2Fasprintf.c/lists"}