Search:

Type: Posts; User: Jon4Doe

Search: Search took 0.04 seconds.

  1. Sorry, I was half asleep in the night when I...

    Sorry, I was half asleep in the night when I posted this. I did a poor job copy posting from the text editor and terminal.
    Here is the terminal output.



    Down:0.0 B Up:0.0 B 23:49:03
    Down:0.0...
  2. C : printf printing variables in the mixed order

    #include <time.h>
    #include <pthread.h>
    #include <string.h>
    #include <inttypes.h>
    #include <unistd.h>

    unsigned sleep(unsigned sec) ;

    void get_time(char *buf) {
    time_t t = time(NULL) ;
Results 1 to 2 of 2