]> Kevux Git Server - fll/commit
Feature: Add FSS Identify program "fss_identify".
authorKevin Day <thekevinday@gmail.com>
Mon, 31 May 2021 04:29:19 +0000 (23:29 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 31 May 2021 04:29:19 +0000 (23:29 -0500)
commitdc4e99c83b3d29563f43e174ab9bf7ab5c702f9d
treeeeffe5ec86b9216df80e3e81caab3e45869e5a15
parentf377109ca2b27f05964c7139d11726cec6e4eb20
Feature: Add FSS Identify program "fss_identify".

This will further enhancing writing scripts to process FSS files.
This will assist in identifying all of the FSS standards used by a given file.
level_3/fss_identify/c/fss_identify.c [new file with mode: 0644]
level_3/fss_identify/c/fss_identify.h [new file with mode: 0644]
level_3/fss_identify/c/main.c [new file with mode: 0644]
level_3/fss_identify/c/private-common.c [new file with mode: 0644]
level_3/fss_identify/c/private-common.h [new file with mode: 0644]
level_3/fss_identify/c/private-fss_identify.c [new file with mode: 0644]
level_3/fss_identify/c/private-fss_identify.h [new file with mode: 0644]
level_3/fss_identify/data/build/defines [new file with mode: 0644]
level_3/fss_identify/data/build/dependencies [new file with mode: 0644]
level_3/fss_identify/data/build/settings [new file with mode: 0644]