# my-c **Repository Path**: zuiwong/my-c ## Basic Information - **Project Name**: my-c - **Description**: For learning C language. - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-08-11 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-c --- ## Introduction For learning C language. ## Content + **C, VSCode, gcc** + **StateMachine ->** A software implementation template for HFSM. Make it via recursive calling and function pointer. + **InfoCode ->** Refreshing information code via two method(Linked List/Array). - Always return the latest active information code. - When the latest information code is inactive, return the active one just earlier the latest one. + **CrcCaculator ->** The implementation for several CRC algorithms follow AutoSAR standard. - Configurable. - CrcCaculator.exe is the small testing tool.