Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkexfat/mkexfat.c

    r062d900 rf73b291  
    4949#include <str.h>
    5050#include <getopt.h>
    51 #include <macros.h>
    5251#include "exfat.h"
    5352#include "upcase.h"
     
    8887#define FIRST_FREE_CLUSTER   2
    8988
     89#define min(x, y) ((x) < (y) ? (x) : (y))
    9090
    9191typedef struct exfat_cfg {
Note: See TracChangeset for help on using the changeset viewer.