Skip to content

pstef/mix-lua-c-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mix-lua-c-example

  • driver (driver.c + sleep.c): calls main.lua (main.lc)
  • main.lua: calls clock.lua (could call other files in future)
  • clock.lua: prints contents of /etc/passwd in 1 second intervals; makes use of compiled wait_mark() and wait_execute()
  • sleep.c: implements wait_mark() and wait_execute(). The latter sleeps for number of milliseconds given with the former.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published