Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A small typo in basics of C language #9

Closed
officialcjunior opened this issue Jan 22, 2021 · 1 comment
Closed

A small typo in basics of C language #9

officialcjunior opened this issue Jan 22, 2021 · 1 comment

Comments

@officialcjunior
Copy link

On https://embeddedsecurity.io/sec-c.html there are four instances of two 'the'-s together.

  • Defines global linkage for the the symbol global_linkage_file_scope_var.
  • ll objects declared as static or extern have static storage duration. Linkage means, that the variable can be used in other scopes: Internal linkage meaning that the object can be used in all scopes of the the current translation unit,
  • To influence the the visibility and lifetime of an object, you can change its storage class.
  • The next step is to assemble the the compilers output (which is is written in assembly) into a object file.

I believe that they are small typos.

@dim0x69
Copy link
Owner

dim0x69 commented Apr 13, 2022

Thanks @officialcjunior :)
Updated: https://embeddedsecurity.io/changelog

@dim0x69 dim0x69 closed this as completed Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants