Skip to content
Snippets Groups Projects
Commit 7c1cd4db authored by rswindell's avatar rswindell
Browse files

DLL-exporting function ultoac (now used by ftpsrvr.c).

parent 6db10b7d
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ int bstrlen(char *str) ...@@ -213,7 +213,7 @@ int bstrlen(char *str)
/* Returns in 'string' a character representation of the number in l with */ /* Returns in 'string' a character representation of the number in l with */
/* commas. */ /* commas. */
/****************************************************************************/ /****************************************************************************/
char *ultoac(ulong l, char *string) char* DLLCALL ultoac(ulong l, char *string)
{ {
char str[256]; char str[256];
int i,j,k; int i,j,k;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment