Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Merge requests
!29
Adapt to C standard GNU89 with GCC extensions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Adapt to C standard GNU89 with GCC extensions
c_std=gnu89
into
master
Overview
0
Commits
5
Changes
36
Merged
Adapt to C standard GNU89 with GCC extensions
Dominik Loidolt
requested to merge
c_std=gnu89
into
master
Mar 18, 2024
Overview
0
Commits
5
Changes
36
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7c20aee0
5 commits,
Mar 18, 2024
36 files
+
354
−
137
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
36
examples/example_cmp_icu.c
+
1
−
1
View file @ 7c20aee0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,7 @@
@@ -39,7 +39,7 @@
#define MODEL_COUNTER 1
#define MODEL_COUNTER 1
int
demo_icu_compression
(
void
)
static
int
demo_icu_compression
(
void
)
{
{
struct
cmp_cfg
example_cfg
;
struct
cmp_cfg
example_cfg
;
struct
cmp_entity
*
cmp_entity
=
NULL
;
struct
cmp_entity
*
cmp_entity
=
NULL
;
Loading