/timer-mechanism

Using Timer Mechanisms for Linux

Primary LanguageCGNU General Public License v3.0GPL-3.0

Using Timer Mechanisms for Linux

Used technologies

  • Fedora 35
  • gcc (GCC) 11.3.1 20220421 (Red Hat 11.3.1-2)
  • VIM - Vi IMproved 8.2

Run it on your computer

Clone the project

  git clone https://github.com/fkkarakurt/timer-mechanism

Go to the project directory

  cd timer-mechanism

Compile and Run

  gcc -o <name> <c-file>
time ./<name>
#or
./<name>

In addition to all these, you can create the codes yourself by following the article.

MUO