• R/O
  • HTTP
  • SSH
  • HTTPS

標籤
無標籤

Frequently used words (click to add to your profile)

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

oga's tools


File Info

修訂. 2b80abcdeb00aad07aa265bd434df3975aadbb9a
大小 197 bytes
時間 2024-12-10 04:54:07
作者 hyperoga
Log Message

add color() func

Content

#define cls()		printf("")
#define locate(x,y)	printf("[%d;%dH",y,x)

/* c = 0-7 */
#define color(c)	printf("[%dm", c+30)


/* for X68K */
#define CUR_ON	B_CURON()
#define CUR_OFF	B_CUROFF()