Skip to content

WyldePointer/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snippets

Small pieces of code that may have a use one day.

C codes

You can compile the C codes using the following command:

$ cc -pedantic -std=c89 -Wall filename.c

It will generate an a.out file which you can run by:

$ ./a.out

About

Some code snippets mostly in C and PHP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published