github.com/cellofellow/gopkg@v0.0.0-20140722061823-eec0544a62ad/image/zdct/zdct.h (about)

     1  // Copyright 2013 <chaishushan{AT}gmail.com>. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  #ifndef ZDCT_H_
     6  #define ZDCT_H_
     7  
     8  #ifdef __cplusplus
     9  extern "C" {
    10  #endif
    11  
    12  // TODO
    13  
    14  #ifdef __cplusplus
    15  }
    16  #endif
    17  #endif // ZDCT_H_
    18