# cprobar **Repository Path**: mistgc/cprobar ## Basic Information - **Project Name**: cprobar - **Description**: Implement a program bar in pure C. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-21 - **Last Updated**: 2022-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # c program bar Project: C Program bar (aka cprobar) Created date: Sun Mar 20 11:53:17 AM CST 2022 Finished date: Mon Mar 21 09:21:30 PM CST 2022 ## Usage Copy the `bar.c` into your project and include the `bar.h`. ```c void programBar(char* info, unsigned long block, unsigned long total); void freeProgramBar(); ```