cosms-core/tests/tools/tool-file.h
2025-12-21 12:37:04 +01:00

21 lines
No EOL
653 B
C

/*
* Copyright (C) Tristan Franssen, <tristanfranssen@strawhats.nl>.
*
* This software is licensed under the Apache License, Version 2.0 (the "License");
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License in the file LICENSE or at
* http://www.apache.org/licenses/LICENSE-2.0
*/
#ifndef COSMS_CORE_TOOL_FILE
#define COSMS_CORE_TOOL_FILE
/**
* @brief Generates a large nearly 5GB file for testing.
*/
int cosms_core_tool_file_generate_large_file(void);
/**
* @brief Generates files to be deleted.
*/
int cosms_core_tool_file_generate_delete_file(void);
#endif /* COSMS_CORE_TOOL_FILE */