{"id":21222534,"url":"https://github.com/jojusuar/c-linkedlist","last_synced_at":"2025-07-21T08:02:48.634Z","repository":{"id":262848566,"uuid":"888550654","full_name":"jojusuar/C-LinkedList","owner":"jojusuar","description":"C implementation of a generic linked list with queue and stack functionalities","archived":false,"fork":false,"pushed_at":"2024-11-14T15:46:08.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T01:17:40.549Z","etag":null,"topics":["c","data-structures","linked-list","queue","stack"],"latest_commit_sha":null,"homepage":"","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/jojusuar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T15:37:47.000Z","updated_at":"2024-11-14T17:17:40.000Z","dependencies_parsed_at":"2024-11-14T16:40:32.580Z","dependency_job_id":"f6c148aa-bf49-4482-9e41-63eeefb99103","html_url":"https://github.com/jojusuar/C-LinkedList","commit_stats":null,"previous_names":["jojusuar/c-linkedlist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jojusuar/C-LinkedList","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojusuar%2FC-LinkedList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojusuar%2FC-LinkedList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojusuar%2FC-LinkedList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojusuar%2FC-LinkedList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jojusuar","download_url":"https://codeload.github.com/jojusuar/C-LinkedList/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jojusuar%2FC-LinkedList/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266263057,"owners_count":23901354,"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":["c","data-structures","linked-list","queue","stack"],"created_at":"2024-11-20T22:45:24.627Z","updated_at":"2025-07-21T08:02:48.614Z","avatar_url":"https://github.com/jojusuar.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-LinkedList\nC implementation of a generic linked list with queue and stack functionalities.\n\n# Installation\nDrop `list.c` and `list.h` in your project folder.\nAdd `#include \"list.h\"` to the top of the .c file where you'll call the functions.\n\n# Usage\n`headInsert(List *, void *)` and `tailInsert(List *, void *)` accept only generic void * types, which\nmeans you have to cast elements to (void *). \n`get(List *, int )` and `pop(List *, int )` return void *, so you have to cast the element back to its original type.\n\n## External Credit\nOriginally adapted from @Leyxargon at https://github.com/Leyxargon/c-linked-list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojusuar%2Fc-linkedlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjojusuar%2Fc-linkedlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjojusuar%2Fc-linkedlist/lists"}