summary refs log tree commit diff stats
path: root/tests/vm/tcgemptycallarg.nim
Commit message (Expand)AuthorAgeFilesLines
* Field checks for everybody (#8957)LemonBoy2018-10-091-0/+3
12 13 14













                                                                    
#ifndef UCAUTO_H
#define UCAUTO_H

#include <UCDefs.h>

#ifdef __cplusplus
extern "C" {
#endif
    extern void UCChangeTerminalCodepage(int newcs, LYUCcharset *p);

#ifdef __cplusplus
}
#endif
#endif				/* UCAUTO_H */