This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
ics_cli/src/insert_event.h

6 lines
103 B
C
Raw Normal View History

#pragma once
void insert_event(char *file_name);
void seek_cal_end(int fd);
int binary_user_choice();