Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- android 효과음
- 안드로이드 푸쉬
- javascript
- Android
- 안드로이드
- 자바스크립트
- C#
- php 취약점
- html5
- xe
- FCM
- dovecot
- C# IO
- 폼메일
- PHP
- soundpool
- UML
- 자동 생성
- chart.js
- 설치
- php 시큐어코딩
- curl
- WebView
- 우분투
- 안드로이드 푸시
- mysql
- not working
- Mail Server
- 안드로이드 gcm
- roundcube
Archives
- Today
- Total
그러냐
Convert 2 bytes into an integer 본문
반응형
int number = buf[0] | buf[1] << 8;
출처 : https://stackoverflow.com/questions/17071458/convert-2-bytes-into-an-integer
반응형
'C' 카테고리의 다른 글
[C 언어] mysql c언어 api라이브러리 사용법 (0) | 2021.07.15 |
---|---|
Linux 에서 C 컴파일용 mysql library + header file 구하기. (0) | 2021.07.13 |
MySQL lib를 리눅스 C에서 사용하기 (0) | 2021.07.13 |
centos gcc 설치 (0) | 2021.07.13 |