Ignore:
Timestamp:
08/13/20 15:11:55 (4 years ago)
Author:
Maciej Komosinski
Message:

Added a repr() function that converts a string using only printable characters or ascii codes when necessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/util-string.h

    r1016 r1025  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    88#include "nonstd_stl.h"
    99#include <stdarg.h>
     10
     11string repr(const char *str);
    1012
    1113char* strmove(char *a, char *b); //strcpy that works well for overlapping strings ("Source and destination overlap")
Note: See TracChangeset for help on using the changeset viewer.