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
1
Closed
yassin.elhakoun
requested to merge
(removed):master
into
master
1 year ago
Overview
1
Pipelines
0
Changes
1
int non signé : unsigned int
0
0
Merge request reports
Viewing commit
439f6891
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
439f6891
Update cours_4.md
· 439f6891
yassin.elhakoun
authored
1 year ago
slides/cours_4.md
+
1
−
1
View file @ 439f6891
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