Skip to content

TheLime1/C_functions

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