제가 지금 회사 리눅스 서버에서 뭔가를 짜는중인데 고민이 생겼습니다.
파일을 끝에서부터 탐색해야 하는데 제가 아는 한 파일을 끝에서부터 탐색해서 버퍼에 넣어주는 함수는 못본거같은데요
뭐 억지로 하면 만들겠지만 혹시 좋은 방법 아시는분 조언좀 부탁드리겠습니다.
1. 파일 끝으로 이동 fseek(fp, 0L, SEEK_END);
2. 거꾸로 1byte씩 읽기
rindex()......
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
직접 만드세요
1. 파일 끝으로 이동
fseek(fp, 0L, SEEK_END);
2. 거꾸로 1byte씩 읽기
-_-
rindex()......
댓글 달기