Skip to content

Commit 54e7e95

Browse files
committed
Added support for C language standard C23.
1 parent 432d0ed commit 54e7e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c/init.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (C) 2024 Raven Computing
2+
# Copyright (C) 2025 Raven Computing
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -97,6 +97,7 @@ function form_c_binary_name() {
9797
add_lang_version "90" "C89/90 (ANSI C)"; # CMake expects the identifier as '90'
9898
add_lang_version "99" "C99";
9999
add_lang_version "11" "C11";
100+
add_lang_version "23" "C23";
100101

101102
# Let the user choose a C project type
102103
select_project_type "c" "C";

0 commit comments

Comments
 (0)