Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cours
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
algorithmique
cours
Merge requests
!40
The source project of this merge request has been removed.
Update cours_4.md
Expand sidebar
Closed
Update cours_4.md
(removed):master
into
master
Overview
1
Commits
6
Pipelines
0
Changes
2
Closed
Update cours_4.md
yassin.elhakoun
requested to merge
(removed):master
into
master
Oct 19, 2023
Overview
1
Pipelines
0
Changes
2
int non signé : unsigned int
0
0
Merge request reports
Compare
master
version 5
4154e4f3
Nov 7, 2023
version 4
36bc037d
Nov 7, 2023
version 3
7c582575
Nov 7, 2023
version 2
dcb9ba6d
Nov 7, 2023
version 1
439f6891
Oct 19, 2023
master (base)
and
latest version
latest version
9143d379
6 commits,
Nov 7, 2023
version 5
4154e4f3
5 commits,
Nov 7, 2023
version 4
36bc037d
4 commits,
Nov 7, 2023
version 3
7c582575
3 commits,
Nov 7, 2023
version 2
dcb9ba6d
2 commits,
Nov 7, 2023
version 1
439f6891
1 commit,
Oct 19, 2023
2 files
+
1261
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
slides/cours_4.md
+
1
−
1
View file @ 9143d379
Show full file
@@ -788,7 +788,7 @@ struct fraction frac; // déclaration de la variable frac
-
`typedef`
{.C} permet de définir un nouveau type.
```C
typedef unsi
n
ged int uint;
typedef unsig
n
ed int uint;
typedef struct fraction fraction_t;
typedef struct fraction {
int32_t num, denom;
Loading