문화연필이 더존이라는 상표를 달고 나오는데..
Made in china.
마음 한구석에서 매우 씁쓸해하는 중입니다.
결론 : 인생 그런거임
- 끗 -
'개소리 왈왈' 카테고리의 다른 글
| 8K의 행복 (6) | 2009.02.28 |
|---|---|
| 문득 세상이 많이 변했음을 느낀다. (4) | 2009.02.27 |
| 소시쥐 뒤질래? ㅡㅡ^ (0) | 2009.02.23 |
| 연필의 느낌이 그립다. (5) | 2009.02.22 |
| 죽다 살아 나다 (6) | 2009.02.21 |
| 8K의 행복 (6) | 2009.02.28 |
|---|---|
| 문득 세상이 많이 변했음을 느낀다. (4) | 2009.02.27 |
| 소시쥐 뒤질래? ㅡㅡ^ (0) | 2009.02.23 |
| 연필의 느낌이 그립다. (5) | 2009.02.22 |
| 죽다 살아 나다 (6) | 2009.02.21 |
| 무료 영영사전 / 영어사전 (0) | 2009.03.06 |
|---|---|
| winamp skin - karo block V1 (8) | 2009.02.25 |
| Thunderbird 메일 남기도록 설정하기 (0) | 2009.01.30 |
| tistory plugin 설치 - syntax highlighter for tistory (8) | 2009.01.18 |
| Blender - free open source 3d renderer based on python (2) | 2009.01.08 |
2. Library
2.1 assert.h
2.1.1 assert
2.2 ctype.h
2.2.1 is... Functions
2.2.2 to... Functions
2.3 errno.h
2.3.1 EDOM
2.3.2 ERANGE
2.3.3 errno
2.4 float.h
2.4.1 Defined Values
2.5 limits.h
2.5.1 Defined Values
2.6 locale.h
2.6.1 Variables and Definitions
2.6.2 setlocale
2.6.3 localeconv
2.7 math.h
2.7.1 Error Conditions
2.7.2 Trigonometric Functions
2.7.2.1 acos
2.7.2.2 asin
2.7.2.3 atan
2.7.2.4 atan2
2.7.2.5 cos
2.7.2.6 cosh
2.7.2.7 sin
2.7.2.8 sinh
2.7.2.9 tan
2.7.2.10 tanh
2.7.3 Exponential, Logarithmic, and Power Functions
2.7.3.1 exp
2.7.3.2 frexp
2.7.3.3 ldexp
2.7.3.4 log
2.7.3.5 log10
2.7.3.6 modf
2.7.3.7 pow
2.7.3.8 sqrt
2.7.4 Other Math Functions
2.7.4.1 ceil
2.7.4.2 fabs
2.7.4.3 floor
2.7.4.4 fmod
2.8 setjmp.h
2.8.1 Variables and Definitions
2.8.2 setjmp
2.8.3 longjmp
2.9 signal.h
2.9.1 Variables and Definitions
2.9.2 signal
2.9.3 raise
2.10 stdarg.h
2.10.1 Variables and Definitions
2.10.2 va_start
2.10.3 va_arg
2.10.4 va_end
2.11 stddef.h
2.11.1 Variables and Definitions
2.12 stdio.h
2.12.1 Variables and Definitions
2.12.2 Streams and Files
2.12.3 File Functions
2.12.3.1 clearerr
2.12.3.2 fclose
2.12.3.3 feof
2.12.3.4 ferror
2.12.3.5 fflush
2.12.3.6 fgetpos
2.12.3.7 fopen
2.12.3.8 fread
2.12.3.9 freopen
2.12.3.10 fseek
2.12.3.11 fsetpos
2.12.3.12 ftell
2.12.3.13 fwrite
2.12.3.14 remove
2.12.3.15 rename
2.12.3.16 rewind
2.12.3.17 setbuf
2.12.3.18 setvbuf
2.12.3.19 tmpfile
2.12.3.20 tmpnam
2.12.4 Formatted I/O Functions
2.12.4.1 ...printf Functions
2.12.4.2 ...scanf Functions
2.12.5 Character I/O Functions
2.12.5.1 fgetc
2.12.5.2 fgets
2.12.5.3 fputc
2.12.5.4 fputs
2.12.5.5 getc
2.12.5.6 getchar
2.12.5.7 gets
2.12.5.8 putc
2.12.5.9 putchar
2.12.5.10 puts
2.12.5.11 ungetc
2.12.7 Error Functions
2.12.7.1 perror
2.13 stdlib.h
2.13.1 Variables and Definitions
2.13.2 String Functions
2.13.2.1 atof
2.13.2.2 atoi
2.13.2.3 atol
2.13.2.4 strtod
2.13.2.5 strtol
2.13.2.6 strtoul
2.13.3 Memory Functions
2.13.3.1 calloc
2.13.3.2 free
2.13.3.3 malloc
2.13.3.4 realloc
2.13.4 Environment Functions
2.13.4.1 abort
2.13.4.2 atexit
2.13.4.3 exit
2.13.4.4 getenv
2.13.4.5 system
2.13.5 Searching and Sorting Functions
2.13.5.1 bsearch
2.13.5.2 qsort
2.13.6 Math Functions
2.13.6.1 abs
2.13.6.2 div
2.13.6.3 labs
2.13.6.4 ldiv
2.13.6.5 rand
2.13.6.6 srand
2.13.7 Multibyte Functions
2.13.7.1 mblen
2.13.7.2 mbstowcs
2.13.7.3 mbtowc
2.13.7.4 wcstombs
2.13.7.5 wctomb
2.14 string.h
2.14.1 Variables and Definitions
2.14.2 memchr
2.14.3 memcmp
2.14.4 memcpy
2.14.5 memmove
2.14.6 memset
2.14.7 strcat
2.14.8 strncat
2.14.9 strchr
2.14.10 strcmp
2.14.11 strncmp
2.14.12 strcoll
2.14.13 strcpy
2.14.14 strncpy
2.14.15 strcspn
2.14.16 strerror
2.14.17 strlen
2.14.18 strpbrk
2.14.19 strrchr
2.14.20 strspn
2.14.21 strstr
2.14.22 strtok
2.14.23 strxfrm
2.15 time.h
2.15.1 Variables and Definitions
2.15.2 asctime
2.15.3 clock
2.15.4 ctime
2.15.5 difftime
2.15.6 gmtime
2.15.7 localtime
2.15.8 mktime
2.15.9 strftime
2.15.10 time
|
| int main(int argc, char *argv[]) 에 대한 짧은 이야기 (3) | 2009.03.24 |
|---|---|
| c언어에는 cp() 가 없다? (0) | 2009.03.16 |
| warning: array subscript has type ‘char’ (0) | 2009.01.02 |
| Windows Registry 관련 함수 (0) | 2008.12.30 |
| 현재 실행파일이 있는 경로 알아 내기 - How to get full path of executed current file(not current directory) (2) | 2008.12.26 |
#include <stdio.h>
void main()
{
unsigned char b = 0xF1;
unsigned short c = 0xF1;
unsigned int d = 0xF1;
printf("%X\n",b);
printf("%X\n",c);
printf("%X\n",d);
}
| rdate - get the time via the network (0) | 2009.03.02 |
|---|---|
| Visuel Hexdiff - console based visual hex diff (4) | 2009.02.24 |
| ln의 반대말은? - unlink (0) | 2009.02.23 |
| sleep 함수들 (0) | 2009.02.22 |
| ls 와 친해지기 - 디렉토리만 봅시다! (0) | 2009.02.22 |
|
| kdiff3 - 3way 비교 (0) | 2011.01.15 |
|---|---|
| Winmerge 2.10.4 stable (0) | 2010.02.25 |
| WinMerge 엑셀 미리 보기 플러그인 - binary file preview plugin (2) | 2009.02.23 |
| WinMerge 기본 폰트 설정하기 (0) | 2008.12.12 |
| 윈도우 기반 무료 프로그램을 찾는 이유 (9) | 2008.12.06 |
| .rtf | Rich Text |
| .docx/.docm | Microsoft WORD 2007(OOXML) |
| .xlsx/.xlsm | Microsoft Excel 2007(OOXML) |
| .pptx/.pptm | Microsoft PowerPoint 2007(OOXML) |
| .doc |
Microsoft WORD ver5.0/95/97/2000/XP/2003 |
| .xls | Microsoft Excel ver5.0/95/97/2000/XP/2003 |
| .ppt | Microsoft PowerPoint 97/2000/XP/2003 |
| .sxw/.sxc/.sxi/.sxd | OpenOffice.org |
| .odt/.ods/.odp/.odg | Open Document |
| .wj2/wj3/wk3/wk4/123 | Lotus 123 |
| .wri | Windows3.1 Write |
| Adobe PDF | |
| .mht | Web Archive |
| .eml | Exported files from OutlookExpress |
| Winmerge 2.10.4 stable (0) | 2010.02.25 |
|---|---|
| WinMerge + cvs/makefile 사용시 주의사항 (6) | 2009.02.23 |
| WinMerge 기본 폰트 설정하기 (0) | 2008.12.12 |
| 윈도우 기반 무료 프로그램을 찾는 이유 (9) | 2008.12.06 |
| 무료 프로그램 WinMerge - free GUI diff tool (0) | 2008.12.02 |
| ln and link are not same commands. Link supports Files only. you can't link directories with link command. please check man pages of both commands again. link and ln (without -s option) are same. Bot creates hard links. ln with -s option creates soft link. |
| Visuel Hexdiff - console based visual hex diff (4) | 2009.02.24 |
|---|---|
| elf format 분석용 binutils - objdump, readelf, ldd (4) | 2009.02.23 |
| sleep 함수들 (0) | 2009.02.22 |
| ls 와 친해지기 - 디렉토리만 봅시다! (0) | 2009.02.22 |
| jffs 최소 파티션 사이즈 - minimum block size limitation of jffs (0) | 2009.02.19 |
| 문득 세상이 많이 변했음을 느낀다. (4) | 2009.02.27 |
|---|---|
| 200개 글 돌파 기념 그런거 없음! (2) | 2009.02.24 |
| 연필의 느낌이 그립다. (5) | 2009.02.22 |
| 죽다 살아 나다 (6) | 2009.02.21 |
| 구차니군의 잡다한 이야기 (6) | 2009.02.20 |
| $ man -k sleep Time::HiRes (3pm) - High resolution alarm, sleep, gettimeofday, interval timers apmsleep (1) - go into suspend or standby mode and wake-up later clock_nanosleep (2) - Suspend execution of the currently running thread clock_nanosleep (3p) - high resolution sleep with specifiable clock (ADVANCED REALTIME) nanosleep (2) - pause execution for a specified time nanosleep (3p) - high resolution sleep (REALTIME) sleep (1) - delay for a specified amount of time sleep (1p) - suspend execution for an interval sleep (3) - Sleep for the specified number of seconds sleep (3p) - suspend execution for an interval of time usleep (1) - sleep some number of microseconds usleep (3) - suspend execution for microsecond intervals usleep (3p) - suspend execution for an interval |
| USLEEP(P) POSIX Programmer’s Manual USLEEP(P) NAME usleep - suspend execution for an interval SYNOPSIS #include <unistd.h> int usleep(useconds_t useconds); DESCRIPTION The usleep() function shall cause the calling thread to be suspended from execution until either the number of realtime microseconds specified by the argument useconds has elapsed or a signal is delivered to the calling thread and its action is to invoke a signal-catching function or to terminate the process. The suspension time may be longer than requested due to the scheduling of other activity by the system. The useconds argument shall be less than one million. If the value of useconds is 0, then the call has no effect. |
| SLEEP(P) POSIX Programmer’s Manual SLEEP(P) NAME sleep - suspend execution for an interval of time SYNOPSIS #include <unistd.h> unsigned sleep(unsigned seconds); DESCRIPTION The sleep() function shall cause the calling thread to be suspended from execution until either the number of realtime seconds specified by the argument seconds has elapsed or a signal is delivered to the calling thread and its action is to invoke a signal-catching function or to terminate the process. The suspension time may be longer than requested due to the scheduling of other activity by the system. If a SIGALRM signal is generated for the calling process during execution of sleep() and if the SIGALRM signal is being ignored or blocked from delivery, it is unspecified whether sleep() returns when the SIGALRM signal is scheduled. If the signal is being blocked, it is also unspecified whether it remains pending after sleep() returns or it is discarded. |
| NANOSLEEP(P) POSIX Programmer’s Manual NANOSLEEP(P) NAME nanosleep - high resolution sleep (REALTIME) SYNOPSIS #include <time.h> int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); DESCRIPTION The nanosleep() function shall cause the current thread to be suspended from execution until either the time interval specified by the rqtp argument has elapsed or a signal is delivered to the calling thread, and its action is to invoke a signal-catching function or to terminate the process. The suspension time may be longer than requested because the argument value is rounded up to an integer multiple of the sleep resolution or because of the scheduling of other activity by the system. But, except for the case of being interrupted by a signal, the suspension time shall not be less than the time specified by rqtp, as measured by the system clock CLOCK_REALTIME. The use of the nanosleep() function has no effect on the action or blockage of any signal. |
| elf format 분석용 binutils - objdump, readelf, ldd (4) | 2009.02.23 |
|---|---|
| ln의 반대말은? - unlink (0) | 2009.02.23 |
| ls 와 친해지기 - 디렉토리만 봅시다! (0) | 2009.02.22 |
| jffs 최소 파티션 사이즈 - minimum block size limitation of jffs (0) | 2009.02.19 |
| cramfs : Error -3 while decompressing! (0) | 2009.02.19 |
| LS(1) User Commands LS(1) NAME ls - list directory contents SYNOPSIS ls [OPTION]... [FILE]... ..... 중략 ..... -d, --directory list directory entries instead of contents, and do not dereference symbolic links |
| C:\>dir /? 디렉터리에 있는 파일과 하위 디렉터리 목록을 보여줍니다. DIR [드라이브:][경로][파일 이름] [/A[[:]특성]] [/B] [/C] [/D] [/L] [/N] [/O[[:]정렬 순서]] [/P] [/Q] [/S] [/T[[:]시간 필드]] [/W] [/X] [/4] [드라이브:][경로][파일 이름] 나타낼 드라이브, 디렉터리 및/또는 파일을 지정합니다. /A 지정된 특성을 가진 파일을 보여줍니다. 특성 D 디렉터리 R 읽기 전용 파일 H 숨김 파일 A 기록 파일 S 시스템 파일 - 부정을 뜻하는 접두사 /B 최소 형식을 사용합니다 (머리말 정보나 요약 없음). /C 파일 크기에 1000단위로 분리 기호를 보여줍니다. 이것은 기본값 입니다. 분리 기호를 표시하지 않으려면 /-C를 사용하십시오. /D /W와 같으나 세로로 배열하여 보여줍니다. /L 소문자를 사용합니다. /N 파일 이름이 제일 오른쪽에 오도록 새로운 긴 목록 형식을 사용합니다. /O 파일을 정렬된 순서로 보여줍니다. 정렬순서 N 이름순(문자 순서) S 크기순(작은 것 먼저) E 확장명순(문자 순서) D 날짜/시간순(가장 이전 것 먼저) G 그룹 디렉터리 먼저 - 순서를 반대로 하는 접두 기호 /P 정보가 한 화면에 꽉 차면 잠깐 멈춥니다. /Q 파일 소유자를 보여 줍니다. /S 지정한 디렉터리와 하위 디렉터리를 포함하여 보여줍니다. /T 정렬에 사용할 시간 필드를 지정합니다. 시간필드 C 작성한 시간 A 마지막 액세스한 시간 W 마지막 기록한 시간 /W 이름만 가로로 배열하여 보여줍니다. /X 8.3 파일 이름이 아닌 파일에 대한 짧은 이름을 보여줍니다. 이 형식은 긴 이름 앞에 짧은 이름이 추가된 것으로 /N 형식과 같습니다. 짧은 이름이 없으면 공백을 보여줍니다. /4 4자리수 연도를 표시합니다. 스위치를 DIRCMD 환경 변수로 미리 설정할 수 있습니다. 하이픈(-)을 스위치 앞에 접두 기호로 주면 미리 설정된 스위치에 우선합니다. (예, /-W) |
| ln의 반대말은? - unlink (0) | 2009.02.23 |
|---|---|
| sleep 함수들 (0) | 2009.02.22 |
| jffs 최소 파티션 사이즈 - minimum block size limitation of jffs (0) | 2009.02.19 |
| cramfs : Error -3 while decompressing! (0) | 2009.02.19 |
| cramfs - Compressed RAM File System (0) | 2009.02.18 |