Skip to content
/ jcal Public
forked from ashkang/jcal

C implementation of Jalali Calendar Library

Notifications You must be signed in to change notification settings

mayazdi/jcal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

C implementation of Jalali calendar is a small and portable free software library to manipulate date and time in Jalali calendar system. It's written in C and has absolutely zero dependencies. It works on top of any POSIX.1-2001 (and later) compatible libc implementations. Jalali calendar provides an API similar to that of libc's timezone, date and time functions.

Jalali calendar package consists of a library namely libjalali and two simple and easy to use terminal tools, jcal and jdate with functionality similar to UNIX cal and date.

Compile & Run

First navigate to src directory,

cd src

To make jdate

make date
./jdate

To make jcal

make cal
./jcal

About

C implementation of Jalali Calendar Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%