| 296 | } FileSystemContext; |
| 297 | |
| 298 | FileSystemContext FileSystem_init(void); |
| 299 | |
| 300 | typedef struct { |
| 301 | int numRemainingArgs; |
| 302 | char* libraryDir; |
| 303 | char* toolSourceDir; |
| 304 | char* buildDir; |
| 305 | char* projectDir; |
| 306 | char* toolName; |
| 307 | char** remainingArgs; |
| 308 | } BootloaderArgs; |
no outgoing calls
no test coverage detected