Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/stdio/scanf.c

    ra3da2b2 rfdf97f6  
    3434
    3535#define LIBPOSIX_INTERNAL
    36 
    37 /* Must be first. */
    38 #include "posix/stdbool.h"
     36#define __POSIX_DEF__(x) posix_##x
    3937
    4038#include "posix/assert.h"
     
    5048#include "../internal/common.h"
    5149#include "libc/malloc.h"
     50#include "libc/stdbool.h"
    5251
    5352/** Unified data type for possible data sources for scanf. */
Note: See TracChangeset for help on using the changeset viewer.