Changeset 27fa522


Ignore:
Timestamp:
Oct 15, 2009, 4:07:36 PM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
b4f5967
Parents:
24d4433
Message:

src/types.h: added a typedef for char to help wrappers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/types.h

    r24d4433 r27fa522  
    6161/** signed integer */
    6262typedef int          sint_t;
     63/** character */
     64typedef char         char_t;
    6365
    6466#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.