We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 432d0ed commit 54e7e95Copy full SHA for 54e7e95
c/init.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-# Copyright (C) 2024 Raven Computing
+# Copyright (C) 2025 Raven Computing
3
#
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
# you may not use this file except in compliance with the License.
@@ -97,6 +97,7 @@ function form_c_binary_name() {
97
add_lang_version "90" "C89/90 (ANSI C)"; # CMake expects the identifier as '90'
98
add_lang_version "99" "C99";
99
add_lang_version "11" "C11";
100
+add_lang_version "23" "C23";
101
102
# Let the user choose a C project type
103
select_project_type "c" "C";
0 commit comments