]>
iEval git - fdkaac.git/blob - src/compat.h
2 * Copyright (C) 2013 nu774
3 * For conditions of distribution and use, see copyright notice in COPYING
10 # define fseeko fseeko64
11 # define ftello ftello64
12 # elif _MSC_VER >= 1400
13 # define fseeko _fseeki64
14 # define ftello _ftelli64
21 int64_t aacenc_timer(void);
22 FILE *aacenc_fopen(const char *name
, const char *mode
);
23 void aacenc_getmainargs(int *argc
, char ***argv
);
24 char *aacenc_to_utf8(const char *s
);
25 int aacenc_fprintf(FILE *fp
, const char *fmt
, ...);
26 const char *aacenc_basename(const char *path
);
This page took 0.046121 seconds and 4 git commands to generate.