release commit

This commit is contained in:
Grant Mackey 2024-04-02 04:29:15 +00:00
parent aa55602b33
commit e7cfcb27df
4 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
CC=gcc CC=gcc
CFLAGS= -g3 -O0 -Wall -Wextra CFLAGS= -g3 -O0 -Wall -Wextra
INCLUDE_DIR=/usr/local/include/ INCLUDE_DIR=/usr/local/include/

2
bit.c
View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */
/* INCLUDES ==================================================================*/ /* INCLUDES ==================================================================*/
/* /*

2
bit.h
View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */
#ifndef _BIT_H #ifndef _BIT_H
#define _BIT_H #define _BIT_H

View File

@ -1,4 +1,4 @@
/* SPDX-License-Identifier: Apache-2.0 */
/* INCLUDES ==================================================================*/ /* INCLUDES ==================================================================*/
#include <stdio.h> #include <stdio.h>