FILE 대상 스 레 드 안전

1103 단어 c 언어
  apue  : 
       IO                     ,            !     ,    
    IO           ,           IO            !      ,    
                         !     flockfile ftrylockfile      FILE
          ,  flockfile( ftrylockfile) funlockfile                 
        IO  ,         !(FILE      !        ,          )

    :
    #include 

       void flockfile(FILE *filehandle);
       int ftrylockfile(FILE *filehandle);
       void funlockfile(FILE *filehandle);

    int getc_unlocked(FILE *stream);
       int getchar_unlocked(void);
       int putc_unlocked(int c, FILE *stream);
       int putchar_unlocked(int c);

좋은 웹페이지 즐겨찾기