{"id":18862704,"url":"https://github.com/zk-phi/ac-c-headers","last_synced_at":"2025-07-07T11:06:28.865Z","repository":{"id":152679584,"uuid":"13611334","full_name":"zk-phi/ac-c-headers","owner":"zk-phi","description":"auto-complete source for C headers and symbols in headers","archived":false,"fork":false,"pushed_at":"2020-08-16T10:09:21.000Z","size":529,"stargazers_count":26,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T02:11:09.977Z","etag":null,"topics":["emacs"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zk-phi.png","metadata":{"files":{"readme":"Readme.org","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2013-10-16T06:26:01.000Z","updated_at":"2025-02-22T19:36:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7645c3e-104a-49bd-b237-f98c226c78f4","html_url":"https://github.com/zk-phi/ac-c-headers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fac-c-headers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fac-c-headers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fac-c-headers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fac-c-headers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk-phi","download_url":"https://codeload.github.com/zk-phi/ac-c-headers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886310,"owners_count":21177643,"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":["emacs"],"created_at":"2024-11-08T04:35:32.795Z","updated_at":"2025-04-14T13:06:10.548Z","avatar_url":"https://github.com/zk-phi.png","language":"Emacs Lisp","readme":"* ac-c-headers\r\n\r\nauto-complete source for C headers\r\n\r\nＣのヘッダをauto-completeで補完\r\n\r\n** Screencast\r\n\r\n[[screencast.gif]]\r\n\r\n** Usage\r\n\r\nRequire this script (and auto-complete) then add to ac-sources.\r\n\r\n: (require 'ac-c-headers)\r\n: (add-hook 'c-mode-hook\r\n:           (lambda ()\r\n:             (add-to-list 'ac-sources 'ac-source-c-headers)\r\n:             (add-to-list 'ac-sources 'ac-source-c-header-symbols t)))\r\n\r\nHeader filenames and symbols in imported headers are completed.\r\n\r\n: #include \u003cs[tdio.h\u003e]\r\n: #include \"p[ath/]t[o/]m[y_header.h\"]\r\n\r\n: pr[intf]\r\n\r\n** Customization\r\n\r\nac-c-headers refers the variable =cc-search-directories= (defined in\r\nbuilt-in elisp \"find-file.el\") for a list of directories that may\r\ncontain header file(s).\r\n\r\nTherefore, if you are using MinGW in Windows, following configuration\r\nmay be useful, for example.\r\n\r\n: (when (string= (window-system) \"w32\")\r\n:   (add-to-list 'cc-search-directories \"C:/MinGW/include/\"))\r\n\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fac-c-headers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk-phi%2Fac-c-headers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fac-c-headers/lists"}