• R/O
  • HTTP
  • SSH
  • HTTPS

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

超漢字上で、mrubyを使ってhello worldを表示させる。


File Info

Révision 5048c78be9679f7eb7bb6e9609cb9992fb12a7d9
Taille 136 octets
l'heure 2017-06-05 23:21:02
Auteur ornse01
Message de Log

Merge branch 'switch_1.2'

Content

#ifndef __LIMITS_H__
#define __LIMITS_H__

#define CHAR_BIT (8)
#define INT_MIN (−2147483648)
#define INT_MAX (2147483647)
	  
#endif