Changeset ce0e7b5


Ignore:
Timestamp:
Sep 28, 2009, 9:11:41 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:
d2d862b
Parents:
916f8983
Message:

src/mathutils.h: move window types doc after ifdef cplusplus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r916f8983 rce0e7b5  
    3131#define MATHUTILS_H
    3232
     33#ifdef __cplusplus
     34extern "C" {
     35#endif
     36
    3337/** Window types
    3438 *
     
    3943 *  - extace : http://extace.sf.net/
    4044 */
    41 
    42 #ifdef __cplusplus
    43 extern "C" {
    44 #endif
    45 
    4645typedef enum {
    4746        aubio_win_rectangle,         
     
    101100/** returns sum */
    102101smpl_t vec_sum(fvec_t *s);
     102
    103103/** returns energy
    104104 *
Note: See TracChangeset for help on using the changeset viewer.