File: rfc2045src.h

package info (click to toggle)
maildrop 2.9.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,104 kB
  • sloc: ansic: 26,822; cpp: 9,085; sh: 4,868; makefile: 753; perl: 94
file content (2 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (17)
1
2
#define SRC_SEEK(src,pos) ((*(src)->seek_func)((pos), (src)->arg))
#define SRC_READ(src,buf,cnt) ((*(src)->read_func)((buf),(cnt),(src)->arg))