タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

cに関するwasabizのブックマーク (4)

  • ANSI Library

    ライブラリ関数 移植上の問題があるライブラリ関数について,各ライブラリ関数ごとに以下の情報を記載する. 関数形式 ライブラリ関数の呼び出し形式を示す. 機能概要 ライブラリ関数の機能概要を説明する. 実装依存 移植上問題のある実装依存機能などを説明する. コーディング上の注意 移植性を考慮する場合のコーディング上の注意点を示す. 地域情報 setlocale 関数形式 #include <locale.h> char *setlocale(int category, char *locale); 機能概要 地域の種別をlocaleにより選択する. 実装依存 指定できるcategoryおよびlocaleの値は実装依存である. コーディング上の注意 関数に関係する処理は#ifdefなどにより前処理時に切り分けられるようにしておく. localeconv 関数形式 #include <loca

    wasabiz
    wasabiz 2015/01/28
    “ANSIライブラリ関数の移植性”
  • Index of /~nsz/c/

    Index of /~nsz/c/ NameLast ModifiedSizeType ../ -  Directory c++/2015-Mar-29 22:41:06-  Directory c11/2013-Nov-28 14:04:34-  Directory c1x/2012-Nov-05 09:46:06-  Directory c23/2024-Apr-03 14:48:48-  Directory c2x/2024-Apr-03 14:41:24-  Directory c89/2015-May-14 00:16:38-  Directory c99/2013-Nov-28 14:04:34-  Directory posix/2016-Oct-12 01:49:44-  Directory lighttpd/1.4.55

    wasabiz
    wasabiz 2015/01/27
    cの言語仕様書
  • untitled

    wasabiz
    wasabiz 2014/12/13
  • C data types - Wikipedia

    In the C programming language, data types constitute the semantics and characteristics of storage of data elements. They are expressed in the language syntax in form of declarations for memory locations or variables. Data types also determine the types of operations or methods of processing of data elements. The C language provides basic arithmetic types, such as integer and real number types, and

    C data types - Wikipedia
    wasabiz
    wasabiz 2014/03/24
  • 1