Search:

Type: Posts; User: Ravi Raj

Search: Search took 0.00 seconds.

  1. Thanks, This code solved my problem: void...

    Thanks,

    This code solved my problem:


    void
    Log(char *message)
    {
    FILE *fd;
  2. Low level file I/O showing 'Segmentation fault (core dumped) error'

    Hello friends,

    Please have a look in the below given C code programmed in Ubuntu Linux:


    void
    Log(char *message)
    {
    mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH;
    ...
Results 1 to 2 of 2