Skip to content

HarIgo23/examples-of-basic-c

Repository files navigation

Basic of C

How to run

For any of file use this command:

gcc $CFILE -o $OUTPUTFILE && ./$OUTPUTFILE

Examples

In Linux/Windows

gcc basic-of-c/hello.c -o  basic-of-c/hello && ./basic-of-c/hello

In mac

clang basic-of-c/hello.c -o  basic-of-c/hello && ./basic-of-c/hello

Run function extern example

cd test-functions/extern/
gcc app.c lib.c -o app && ./app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published