Skip to content

Commit

Permalink
fix: change C++ headers to C headers
Browse files Browse the repository at this point in the history
Signed-off-by: Kaiyao Duan <[email protected]>
  • Loading branch information
inspireMeNow committed Oct 9, 2024
1 parent f733258 commit 024df34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_env_detect.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "cpu.h"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

// Improved version of is_option_disabled function that doesn't modify the original string
bool is_option_disabled(const char* options, const char* option)
Expand Down

0 comments on commit 024df34

Please sign in to comment.