I have a very small task to solve and want to do it with Julia:
Removing curtain functions from a C code module. The names of the functions to remove are given as string list, there is an input file and an output file.
How would you approach this problem?
Finding the start of a function should be easy, but how to find the end?