forked from cooljeanius/opencflite-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCFBasicHash.c
More file actions
19 lines (18 loc) · 708 Bytes
/
CFBasicHash.c
File metadata and controls
19 lines (18 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
* NOTE:
* THIS FILE IS A COPY OF CFBasicHash.m
*
* For some reason, libtool hates the gcc "-x c" flag, and will not
* compile the CFBasicHash.m file as C (rather than Objective C). This
* file exists to help the compiler.
*
* Copyright (c) 2009-2011 Brent Fulgham <bfulgham@gmail.org>. All rights reserved.
*
* This source code is a modified version of the CoreFoundation sources released by Apple Inc. under
* the terms of the APSL version 2.0 (see below).
*
* For information about changes from the original Apple source release can be found by reviewing the
* source control system for the project at https://sourceforge.net/svn/?group_id=246198.
*
*/
#include "CFBasicHash.m"