File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /**
2+ * @copyright Copyright (c) contributors to Project Ocre,
3+ * which has been established as Project Ocre a Series of LF Projects, LLC
4+ *
5+ * SPDX-License-Identifier: Apache-2.0
6+ */
7+
18#include <stddef.h>
29#include <ctype.h>
310#include <string.h>
Original file line number Diff line number Diff line change 1+ /**
2+ * @copyright Copyright (c) contributors to Project Ocre,
3+ * which has been established as Project Ocre a Series of LF Projects, LLC
4+ *
5+ * SPDX-License-Identifier: Apache-2.0
6+ */
17
28int ocre_download_file (const char * url , const char * filepath )
39{
410 return 0 ;
5- }
11+ }
Original file line number Diff line number Diff line change 1+ /**
2+ * @copyright Copyright (c) contributors to Project Ocre,
3+ * which has been established as Project Ocre a Series of LF Projects, LLC
4+ *
5+ * SPDX-License-Identifier: Apache-2.0
6+ */
7+
18#include <stdint.h>
29#include <stddef.h>
310
Original file line number Diff line number Diff line change 1+ /**
2+ * @copyright Copyright (c) contributors to Project Ocre,
3+ * which has been established as Project Ocre a Series of LF Projects, LLC
4+ *
5+ * SPDX-License-Identifier: Apache-2.0
6+ */
7+
18#include <stddef.h>
29#include <stdint.h>
310#include <stdbool.h>
Original file line number Diff line number Diff line change 1+ /**
2+ * @copyright Copyright (c) contributors to Project Ocre,
3+ * which has been established as Project Ocre a Series of LF Projects, LLC
4+ *
5+ * SPDX-License-Identifier: Apache-2.0
6+ */
7+
18#include <stddef.h>
29#include <stdint.h>
310#include <stdbool.h>
4- #include <stdio.h>
511
612#include <zcbor_encode.h>
713#include <zcbor_common.h>
You can’t perform that action at this time.
0 commit comments