Changeset a3da2b2 in mainline for uspace/lib/posix/source/strings.c


Ignore:
Timestamp:
2012-08-31T09:55:22Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ca4c6ec1
Parents:
33fee91
Message:

Introduce include/ and source/ directories into libposix

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/source/strings.c

    r33fee91 ra3da2b2  
    3737
    3838#include "internal/common.h"
    39 #include "strings.h"
     39#include "posix/strings.h"
    4040
    41 #include "string.h"
    42 #include "ctype.h"
     41#include "posix/string.h"
     42#include "posix/ctype.h"
    4343
    4444#include "libc/mem.h"
Note: See TracChangeset for help on using the changeset viewer.