Search:

Type: Posts; User: DayOldPorridge

Search: Search took 0.00 seconds.

  1. Error compiling smtp.c in struct smtpSink - I don't see any problems with the syntax?

    I'm still a bit of a C newbie, so there might be a few beginner mistakes.

    When I try to compile my smtp.c file, it gives me these errors:



    In file included from smtp.c:3:...
  2. Why isn't this printing all 1024 processes?

    #include "mpos-app.h"

    volatile int counter;

    void run_child(void);

    void
    start(void)
    {
    pid_t p;
Results 1 to 2 of 2