Skip to content

waterfox-dev/Gobblet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme


Dependencies :

  • ctype : For use the standard typing manipulation.

  • stdbool: To use the boolean with a better readibility.

  • stdio : For the standard IO output interactions.

  • stdlib.h : To use the standard c utils functions.

  • string.h : To work propery with strings.

  • time : To generate random numbers with the current time .

  • unistd : To use usleep() function.

Compilation : gcc -Wall main.c -o main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages