SomeNet
/
public repos
/
pub
/
astra
/
parallel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
getopt fix: will now fail when reading more than $file.size from $file.
[pub/astra/parallel.git]
/
prefix
/
hillis_partial.h
1
/*
2
* O(nlog n) work algorithm (Hillis-Steele)
3
*/
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <string.h>
7
#include "prefix.h"
8