common_node.h~ 228 B

123456789101112
  1. #ifndef __COMMON_NODE_H__
  2. #define __COMMON_NODE_H__
  3. #include "distrm.h"
  4. #include "libfunctions.h"
  5. #include "noc_functions.h"
  6. #include "sig_aux.h"
  7. #include "signal_handlers.h"
  8. void common_node_actions(char scen_num[4]);
  9. #endif