{"id":20559854,"url":"https://github.com/cxw42/fixedptc-fork","last_synced_at":"2025-04-14T14:03:42.416Z","repository":{"id":87958228,"uuid":"273303517","full_name":"cxw42/fixedptc-fork","owner":"cxw42","description":"Fork of fixedptc by Ivan Voras","archived":false,"fork":false,"pushed_at":"2020-07-19T00:21:29.000Z","size":73,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T03:05:23.854Z","etag":null,"topics":["embedded","embedded-c","fixed-point","math"],"latest_commit_sha":null,"homepage":"https://sourceforge.net/projects/fixedptc/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cxw42.png","metadata":{"files":{"readme":"README.txt","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":"2020-06-18T17:45:28.000Z","updated_at":"2024-09-06T12:50:39.000Z","dependencies_parsed_at":"2023-05-22T03:00:36.935Z","dependency_job_id":null,"html_url":"https://github.com/cxw42/fixedptc-fork","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/cxw42%2Ffixedptc-fork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxw42%2Ffixedptc-fork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxw42%2Ffixedptc-fork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxw42%2Ffixedptc-fork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cxw42","download_url":"https://codeload.github.com/cxw42/fixedptc-fork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248894924,"owners_count":21179152,"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":["embedded","embedded-c","fixed-point","math"],"created_at":"2024-11-16T03:52:25.991Z","updated_at":"2025-04-14T14:03:42.407Z","avatar_url":"https://github.com/cxw42.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"fixedptc library - a simple fixed point math header library for C.\nCopyright (c) 2010-2012, 2020 Ivan Voras \u003civoras@freebsd.org\u003e and contributors.\nReleased under the BSD license.\n\nSingle-File Library\n===================\n\nfixedptc is intended to be simple to use and integrate in other simple\nprograms, thus is it implemented as a C header-only library.  By default, all\nfunctions are inlined.  This makes the library easy to use, but can result in a\nsignificant increase in code size for the final executable compared to\na separately-compiled library.\n\nSeparate Compilation\n====================\n\nIf the complex functions are used often in the end-program, the library should\nbe implemented in a separate C file.  To do so:\n\n1. Create a new C file with the text:\n\n    #define FIXEDPTC_IMPLEMENTATION\n    #include \"fixedptc.h\"\n\n2. Add the new C file to be linked into your project.\n\n3. In each file that uses fixedptc.h,\n\n    #define FIXEDPTC_EXTERN\n    #include \"fixedptc.h\"\n\nEXPORT_SYMBOL\n=============\n\nIf an EXPORT_SYMBOL macro is defined before the #include that pulls in the\nimplementation of fixedptc (FIXEDPTC_IMPLEMENTATION),  that macro will be\ninvoked for each fixedpt function as:\n\n    EXPORT_SYMBOL(function_name);\n\nThis feature is designed to ease integration with the Linux kernel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxw42%2Ffixedptc-fork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcxw42%2Ffixedptc-fork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxw42%2Ffixedptc-fork/lists"}