]> Kevux Git Server - fll/commit
Feature: Add support for printing partial data with or without closing data in fss_write.
authorKevin Day <thekevinday@gmail.com>
Sun, 11 Dec 2022 03:58:49 +0000 (21:58 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 11 Dec 2022 03:58:49 +0000 (21:58 -0600)
commitd045ea5d970d1b480fb630167c2b75e1d9295194
tree2c6edaf42c8aff7fbf2abd1a97f3f8a2d9ac61d4
parent009e002cffc7d167a767c30c9346c26d14f88c7c
Feature: Add support for printing partial data with or without closing data in fss_write.

The "complete" "partial" FSS write enumaration settings still prints the end of Object or Content data.
This "partial" simply does not print the end of line characters.

Change the behavior to act like the newly added feature regarting "complete" "trim".
Provide parameters to toggle on printing of the closing data.
18 files changed:
level_3/fss_write/c/basic/fss_write.c
level_3/fss_write/c/basic/print.c
level_3/fss_write/c/basic_list/fss_write.c
level_3/fss_write/c/basic_list/print.c
level_3/fss_write/c/embedded_list/fss_write.c
level_3/fss_write/c/embedded_list/print.c
level_3/fss_write/c/extended/fss_write.c
level_3/fss_write/c/extended/print.c
level_3/fss_write/c/extended_list/fss_write.c
level_3/fss_write/c/extended_list/print.c
level_3/fss_write/c/main/common.c
level_3/fss_write/c/main/common.h
level_3/fss_write/c/main/fss_write.c
level_3/fss_write/c/main/main-print.c
level_3/fss_write/c/main/print.c
level_3/fss_write/c/main/print.h
level_3/fss_write/c/payload/fss_write.c
level_3/fss_write/c/payload/print.c