0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

型エイリアス

0
Last updated at Posted at 2024-04-14

環境

  • OS
    Ubuntu 22.04.4 LTS
  • コンパイラ
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

unsigned XXX

以下のような感じでエイリアスが定義されている

  • usr/include/x86_64-linux-gnu/sys/types.h
    typedef unsigned char __u_char;

  • usr/incldue/x86_64-linux-gnu/bits/types.h
    typedef __u_char u_char;

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?