Skip to content

TheLime1/C_functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

32 Commits
May 21, 2023
May 20, 2023
Jan 2, 2023
May 16, 2023
May 17, 2023
May 20, 2023
Jan 4, 2023
Jan 6, 2024
May 21, 2023
Jan 4, 2023
Jan 3, 2023
Dec 24, 2022

Repository files navigation

C_functions

all esprit C functions in one repo

click this link to visualize the code

List of document autorise

template

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

void <name_of_func>(<type var>)
{

}

void <name_of_func>(<type var>);

int main()
{
    <name_of_func>(<type var>);
    return 0;
}

Massive thanks to chatGPT.

About

all esprit C functions in one repo

Topics

Resources

Stars

Watchers

Forks