OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
unix.cpp File Reference

GNU suport functions. More...

#include <stdio.h>
#include <windows.h>

Go to the source code of this file.

Functions

charmy_itoa (int val, char *str, int radix)
 
charmyfullpath (char *buf, const char *path, int buflen)
 

Detailed Description

GNU suport functions.

Definition in file unix.cpp.

Function Documentation

◆ my_itoa()

char * my_itoa ( int val,
char * str,
int radix )

Definition at line 16 of file unix.cpp.

◆ myfullpath()

char * myfullpath ( char * buf,
const char * path,
int buflen )

Definition at line 41 of file unix.cpp.