일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 |
- C programming
- C 언어
- Data Structures
- TCP/IP
- .vimrc
- Binary Tree
- ctags
- C/C++
- C
- vim 명령어
- vim commands
- typedef
- vim
- Today
- Total
목록분류 전체보기 (22)
Engineer's Cookbook

Header File Source File Reference - Mastering Algorithms with C

Header File Source File Reference - Mastering Algorithms with C

Header File Source File Reference - Mastering Algorithms with C Notes

Sockets in Linux Sockets in Windows

Header File Source File Reference - Mastering Algorithms with C

Synopsis Description The function realloc takes a pointer to a memory region previously allocated by one of the standard functions and changes its size while preserving its contents. If necessary, the contents are copied to a new memory region. A pointer to the (possibly new) memory region is returned. If the request cannot be satisfied, a null pointer is returned and the old region is not distu..

Header File Source File Binary Search Tree의 public interface를 구현하는 도구가 되는 함수들은 모두 static으로 정의되어있음에 주목. Reference - Mastering Algorithms with C