Add a function to save a table as a file
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 19 Jul 2024 11:57:12 +0000 (13:57 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sun, 21 Jul 2024 18:21:22 +0000 (20:21 +0200)
commit95a5108171ba6cfe4525e1c21f216fb34230b962
tree76421a00c0828318f8bf913145359f15eda6eb67
parentd8e560f8909ddbba58f5e35eacac4b73b18aa124
Add a function to save a table as a file

This file is then readable by ft_parsing_table_load.
Some lazy checks are written to check that something was written to the
file, but if only partial write happens, those will not notice.
Makefile
ft_parse/ft_parsing_table_save.c [new file with mode: 0644]
inc/ft_parse.h