Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::app::deadstart::MAGIC_PRIORITY_PRELOAD Macro
C++
#define MAGIC_PRIORITY_PRELOAD(name,priority) static void name(void); \
   static class pastejunk(schedule_,name) {   \
      public:pastejunk(schedule_,name)() {  \
    name();  \
      }  \
    } pastejunk(do_schedul_,name);     \
    static void name(void)

This is used once in deadstart_prog.c which is used to invoke startups when the program finishes loading.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!