Skip to content

Latest commit

 

History

History

supertinycron

Cron expression parsing in ANSI C

Given a cron expression and a date, you can get the next date which satisfies the cron expression. The more details please refer to README.md

Usage Example

Refer to cron_example

API Reference

To learn more about how to use this component, please check API Documentation from header file ccronexpr.h

License

This project is released under the Apache License 2.0.