''
''
'' fcntl -- header translated with help of SWIG FB wrapper
''
'' NOTICE: This file is part of the FreeBASIC Compiler package and can't
''         be included in other distributions without authorization.
''
''
#ifndef __crt_linux_ctype_bi__
#define __crt_linux_ctype_bi__

#include once "crt/sys/types.bi"

extern "C"

declare function _toupper (byval as long) as long
declare function _tolower (byval as long) as long

end extern

#endif
