hash.c /* Hash tables. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. GNU Wget i..
list.c #include #include #include "list.h" static int nodata; /* if data points to this, then the element was actually deleted */ t_list * list_create(void) { t_list * list; if (!(list = malloc(sizeof(t_list)))) { return 0; } list->head = 0; list->tail = 0; list->len = 0; return list; } int list_destroy(t_list * list) { if (!list) { return -1; } list_purge(list); if (list->head) { //eventlog(eve..
===================================================== // Commonly used OLE variants. COleVariant covTrue((short)TRUE), covFalse((short)FALSE), covOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR); _Application app; Workbooks books; _Workbook book; Worksheets sheets; _Worksheet sheet; Range range; int n = 1; CString strCurrentCell; CString read_value; VARIANT value; // Excel Init. if(!AfxOleInit()) ..
- Total
- Today
- Yesterday
- 리눅스2.6
- Developing on AWS
- 리눅스 커널 2.6
- 윤재석
- yjaeseok
- GDG
- gdgssu
- 그래비트랙스
- 하쭈서쭈
- 소설네트워크2
- 창조경제혁신센터
- 창의과학교구
- 안드로이드폰
- 리눅스
- 숭실대
- jaeseokyoon
- 핸즈온머신러닝
- GDG SSU
- Linux
- WatchFaceHack
- AndroidWear
- gdg watchfacehack
- watchface
- 릴레이대회본선
- Jake Yoon
- 서버개발자
- 안드로이드
- 해커톤
- jakeyoon
- 리눅스 커널 2.6 구조와 원리
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |