Skip to content
Snippets Groups Projects
Commit 314aa4cb authored by rswindell's avatar rswindell
Browse files

Move lastchar() prototype (cosmetic only).

parent 1ed2f115
No related branches found
No related tags found
No related merge requests found
......@@ -123,8 +123,6 @@ extern "C" {
#endif
#endif
DLLEXPORT char* DLLCALL lastchar(const char* str);
/****************************/
/* Common Utility Functions */
/****************************/
......@@ -153,6 +151,7 @@ DLLEXPORT char* DLLCALL lastchar(const char* str);
DLLEXPORT int DLLCALL xp_random(int);
DLLEXPORT char* DLLCALL os_version(char *str);
DLLEXPORT char* DLLCALL lastchar(const char* str);
#if defined(__cplusplus)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment