Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/stdlib.hfa

    rffaedcd r2026bb6  
    1515
    1616#pragma once
     17
     18#include "bits/defs.hfa"
    1719
    1820#include <stdlib.h>                                                                             // *alloc, strto*, ato*
     
    246248#include "common.hfa"
    247249
     250//---------------------------------------
     251
     252extern bool threading_enabled(void) OPTIONAL_THREAD;
     253
    248254// Local Variables: //
    249255// mode: c //
Note: See TracChangeset for help on using the changeset viewer.