Skip to content

Commit

Permalink
Wiki update
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsaidov committed Sep 11, 2023
1 parent 355f98d commit ec98faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/page9.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const vt_version_vt v = vt_compiler_get_version();
// print compiler information
printf("Compiler id: %d\n", VT_COMPILER_ID); // 0
printf("Compiler name: %s\n", VT_COMPILER_NAME); // gcc
printf("Compiler vendor: %s\n", VT_COMPILER_VENDOR); // GCC
printf("Compiler vendor: %s\n", VT_COMPILER_VENDOR); // GNU Compiler Collection

// compiler version
printf("Compiler version: %s\n", v.str); // 13.0.1
Expand Down

0 comments on commit ec98faf

Please sign in to comment.